#7DAAED

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

Shades of Jordy Blue #7DAAED

Tints of Jordy Blue #7DAAED

Color information

#7DAAED (or 0x7DAAED) is unknown color: approx Jordy Blue. HEX triplet: 7D, AA and ED. RGB value is (125,170,237). Sum of RGB (Red+Green+Blue) = 125+170+237=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAAED is #825512. Grayscale: #A3A3A3. Windows color (decimal): -8541459 or 15575677. OLE color: 15575677.

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

Color convert

RGB125170237-
CMYK0.470.2800.07
HSL215.89º75.68%70.98%-
HSV(B)215.89º47.26%92.94%-
XYZ38.1239.2285.68-
YUV164.18169.09100.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=23.50%
G=31.95%
B=44.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251702370.470.2800.07215.8975.6870.98
Hex7DAAED2F1C07d84c47
Octal175252355573407330114107
Binary111110110101010111011011011111110001111101100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,237); }

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

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

 a { background-color: rgb(125,170,237); }

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

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

 span { border-color: rgb(125,170,237); }

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