Html Css Color HEX #7AB4DB Jordy Blue

📋 copy color: '#7AB4DB'

red 122 ◦ green 180 ◦ blue 219

#7AB4DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7AB4DB

Tints of Jordy Blue #7AB4DB

RGB

 RED value IS 122 (48.05% from 255) = 23.42%

 GREEN value IS 180 (70.7% from 255) = 34.55%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 23.42%
G = 34.55%
B = 42.03%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7AB4DB (or 0x7AB4DB) is known color: Jordy Blue. HEX triplet: 7A, B4 and DB. RGB value is (122,180,219). Sum of RGB (Red+Green+Blue) = 122+180+219=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AB4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB4DB is #854B24. Grayscale: #A6A6A6. Windows color (decimal): -8735525 or 14398586. OLE color: 14398586.

HSL color Cylindrical-coordinate representation of color #7AB4DB: hue angle of 204.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AB4DB is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 180 219 -
CMYK 0.44 0.18 0 0.14
HSL 204.12º 0.57% 0.67% -
HSV(B) 204.12º 0.44% 0.86% -
XYZ 37.13 41.89 73.15 -
YUV 167.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 122 180 219 0.44 0.18 0 0.14 204.12 0.57 0.67
Hex 7A B4 DB 2C 12 0 E CC 39 43
Octal 172 264 333 54 22 0 16 314 71 103
Binary 1111010 10110100 11011011 101100 10010 0 1110 11001100 111001 1000011

Color Harmonies of #7AB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB4DB

Black with #7AB4DB

Text Example


Text Example

White with #7AB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AB4DB; }

 p { color: rgb(122,180,219); }

 H1.HeaderClassName
 {
   color: #7AB4DB;
 }
 .AnyTagClassName
 {
   color: #7AB4DB;
 }
</style>

background-color css

<style>
 a { background-color: #7AB4DB; }

 a { background-color: rgb(122,180,219); }

 div.DivClassName
 {
   background-color: #7AB4DB;
 }
 .BgClassName
 {
   background-color: #7AB4DB;
 }
</style>

border-color css

<style>
 span { border-color: #7AB4DB; }

 span { border-color: rgb(122,180,219); }

 td.TdClassName
 {
   border-color: #7AB4DB;
 }
 .TagClassName
 {
   border-color: #7AB4DB;
 }
</style>