#7AB0DB

Color #7AB0DB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7AB0DB

Tints of Jordy Blue #7AB0DB

Color information

#7AB0DB (or 0x7AB0DB) is unknown color: approx Jordy Blue. HEX triplet: 7A, B0 and DB. RGB value is (122,176,219). Sum of RGB (Red+Green+Blue) = 122+176+219=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AB0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0DB is #854F24. Grayscale: #A4A4A4. Windows color (decimal): -8736549 or 14397562. OLE color: 14397562.

HSL color Cylindrical-coordinate representation of color #7AB0DB: hue angle of 206.6º 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 #7AB0DB is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122176219-
CMYK0.440.2000.14
HSL206.6º57.4%66.86%-
HSV(B)206.6º44.29%85.88%-
XYZ36.3440.372.88-
YUV164.76158.6197.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.60%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=23.60%
G=34.04%
B=42.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221762190.440.2000.14206.657.466.86
Hex7AB0DB2C140Ecf3943
Octal172260333542401631771103
Binary111101010110000110110111011001010001110110011111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AB0DB;
 }
 .AnyTagClassName
 {
   color: #7AB0DB;
 }
</style>
background-color css

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

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

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

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

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

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