#7EAFDD

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

Shades of Jordy Blue #7EAFDD

Tints of Jordy Blue #7EAFDD

Color information

#7EAFDD (or 0x7EAFDD) is unknown color: approx Jordy Blue. HEX triplet: 7E, AF and DD. RGB value is (126,175,221). Sum of RGB (Red+Green+Blue) = 126+175+221=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFDD is #815022. Grayscale: #A5A5A5. Windows color (decimal): -8474659 or 14528382. OLE color: 14528382.

HSL color Cylindrical-coordinate representation of color #7EAFDD: hue angle of 209.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EAFDD is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126175221-
CMYK0.430.2100.13
HSL209.05º58.28%68.04%-
HSV(B)209.05º42.99%86.67%-
XYZ36.9940.3274.24-
YUV165.59159.2799.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.14%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=24.14%
G=33.52%
B=42.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261752210.430.2100.13209.0558.2868.04
Hex7EAFDD2B150Dd13a44
Octal176257335532501532172104
Binary111111010101111110111011010111010101101110100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,221); }

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

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

 a { background-color: rgb(126,175,221); }

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

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

 span { border-color: rgb(126,175,221); }

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