#7EAAFD

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

Shades of Jordy Blue #7EAAFD

Tints of Jordy Blue #7EAAFD

Color information

#7EAAFD (or 0x7EAAFD) is unknown color: approx Jordy Blue. HEX triplet: 7E, AA and FD. RGB value is (126,170,253). Sum of RGB (Red+Green+Blue) = 126+170+253=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAAFD is #815502. Grayscale: #A5A5A5. Windows color (decimal): -8475907 or 16624254. OLE color: 16624254.

HSL color Cylindrical-coordinate representation of color #7EAAFD: hue angle of 219.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EAAFD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126170253-
CMYK0.500.3300.01
HSL219.21º96.95%74.31%-
HSV(B)219.21º50.2%99.22%-
XYZ40.7140.2898.56-
YUV166.31176.9299.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.95%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=22.95%
G=30.97%
B=46.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261702530.500.3300.01219.2196.9574.31
Hex7EAAFD322101db614a
Octal176252375624101333141112
Binary11111101010101011111101110010100001011101101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,170,253); }

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

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

 a { background-color: rgb(126,170,253); }

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

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

 span { border-color: rgb(126,170,253); }

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