#7DAEDF

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

Shades of Jordy Blue #7DAEDF

Tints of Jordy Blue #7DAEDF

Color information

#7DAEDF (or 0x7DAEDF) is unknown color: approx Jordy Blue. HEX triplet: 7D, AE and DF. RGB value is (125,174,223). Sum of RGB (Red+Green+Blue) = 125+174+223=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DAEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEDF is #825120. Grayscale: #A4A4A4. Windows color (decimal): -8540449 or 14659197. OLE color: 14659197.

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

Color convert

RGB125174223-
CMYK0.440.2200.13
HSL210º60.49%68.24%-
HSV(B)210º43.95%87.45%-
XYZ36.9139.9675.58-
YUV164.93160.7799.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.95%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=23.95%
G=33.33%
B=42.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251742230.440.2200.1321060.4968.24
Hex7DAEDF2C160Dd23c44
Octal175256337542601532274104
Binary111110110101110110111111011001011001101110100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,223); }

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

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

 a { background-color: rgb(125,174,223); }

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

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

 span { border-color: rgb(125,174,223); }

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