#7AB5E2

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

Shades of Jordy Blue #7AB5E2

Tints of Jordy Blue #7AB5E2

Color information

#7AB5E2 (or 0x7AB5E2) is unknown color: approx Jordy Blue. HEX triplet: 7A, B5 and E2. RGB value is (122,181,226). Sum of RGB (Red+Green+Blue) = 122+181+226=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #7AB5E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB5E2 is #854A1D. Grayscale: #A8A8A8. Windows color (decimal): -8735262 or 14857594. OLE color: 14857594.

HSL color Cylindrical-coordinate representation of color #7AB5E2: hue angle of 205.96º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AB5E2 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB122181226-
CMYK0.460.2000.11
HSL205.96º64.2%68.24%-
HSV(B)205.96º46.02%88.63%-
XYZ38.2842.6878.17-
YUV168.49160.4594.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 226 (88.67% from 255) = 42.72%
R=23.06%
G=34.22%
B=42.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1221812260.460.2000.11205.9664.268.24
Hex7AB5E22E140Bce4044
Octal1722653425624013316100104
Binary1111010101101011110001010111010100010111100111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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