#7AB5EA

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

Shades of Jordy Blue #7AB5EA

Tints of Jordy Blue #7AB5EA

Color information

#7AB5EA (or 0x7AB5EA) is unknown color: approx Jordy Blue. HEX triplet: 7A, B5 and EA. RGB value is (122,181,234). Sum of RGB (Red+Green+Blue) = 122+181+234=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #7AB5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB5EA is #854A15. Grayscale: #A9A9A9. Windows color (decimal): -8735254 or 15381882. OLE color: 15381882.

HSL color Cylindrical-coordinate representation of color #7AB5EA: hue angle of 208.39º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AB5EA is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122181234-
CMYK0.480.2300.08
HSL208.39º72.73%69.8%-
HSV(B)208.39º47.86%91.76%-
XYZ39.443.1384.09-
YUV169.4164.4594.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.72%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=22.72%
G=33.71%
B=43.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221812340.480.2300.08208.3972.7369.8
Hex7AB5EA301708d04946
Octal1722653526027010320111106
Binary1111010101101011110101011000010111010001101000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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