Html Css Color HEX #7AB5DD Jordy Blue

📋 copy color: '#7AB5DD'

red 122 ◦ green 181 ◦ blue 221

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

Shades of Jordy Blue #7AB5DD

Tints of Jordy Blue #7AB5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.54%

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 23.28%
G = 34.54%
B = 42.18%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AB5DD (or 0x7AB5DD) is known color: Jordy Blue. HEX triplet: 7A, B5 and DD. RGB value is (122,181,221). Sum of RGB (Red+Green+Blue) = 122+181+221=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AB5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB5DD is #854A22. Grayscale: #A7A7A7. Windows color (decimal): -8735267 or 14529914. OLE color: 14529914.

HSL color Cylindrical-coordinate representation of color #7AB5DD: hue angle of 204.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB5DD is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 181 221 -
CMYK 0.45 0.18 0 0.13
HSL 204.24º 0.59% 0.67% -
HSV(B) 204.24º 0.45% 0.87% -
XYZ 37.6 42.41 74.61 -
YUV 167.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 122 181 221 0.45 0.18 0 0.13 204.24 0.59 0.67
Hex 7A B5 DD 2D 12 0 D CC 3B 43
Octal 172 265 335 55 22 0 15 314 73 103
Binary 1111010 10110101 11011101 101101 10010 0 1101 11001100 111011 1000011

Color Harmonies of #7AB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB5DD

Black with #7AB5DD

Text Example


Text Example

White with #7AB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,181,221); }

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

background-color css

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

 a { background-color: rgb(122,181,221); }

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

border-color css

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

 span { border-color: rgb(122,181,221); }

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