#7AB5EE

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

Shades of Jordy Blue #7AB5EE

Tints of Jordy Blue #7AB5EE

Color information

#7AB5EE (or 0x7AB5EE) is unknown color: approx Jordy Blue. HEX triplet: 7A, B5 and EE. RGB value is (122,181,238). Sum of RGB (Red+Green+Blue) = 122+181+238=541 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.55% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AB5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB5EE is #854A11. Grayscale: #A9A9A9. Windows color (decimal): -8735250 or 15644026. OLE color: 15644026.

HSL color Cylindrical-coordinate representation of color #7AB5EE: hue angle of 209.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AB5EE is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122181238-
CMYK0.490.2400.07
HSL209.48º77.33%70.59%-
HSV(B)209.48º48.74%93.33%-
XYZ39.9843.3687.15-
YUV169.86166.4593.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.55%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=22.55%
G=33.46%
B=43.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221812380.490.2400.07209.4877.3370.59
Hex7AB5EE311807d14d47
Octal172265356613007321115107
Binary111101010110101111011101100011100001111101000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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