#7DAFDF

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

Shades of Jordy Blue #7DAFDF

Tints of Jordy Blue #7DAFDF

Color information

#7DAFDF (or 0x7DAFDF) is unknown color: approx Jordy Blue. HEX triplet: 7D, AF and DF. RGB value is (125,175,223). Sum of RGB (Red+Green+Blue) = 125+175+223=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFDF is #825020. Grayscale: #A5A5A5. Windows color (decimal): -8540193 or 14659453. OLE color: 14659453.

HSL color Cylindrical-coordinate representation of color #7DAFDF: hue angle of 209.39º 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 #7DAFDF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125175223-
CMYK0.440.2200.13
HSL209.39º60.49%68.24%-
HSV(B)209.39º43.95%87.45%-
XYZ37.1140.3575.64-
YUV165.52160.4499.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.90%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=23.90%
G=33.46%
B=42.64%

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
Decimal1251752230.440.2200.13209.3960.4968.24
Hex7DAFDF2C160Dd13c44
Octal175257337542601532174104
Binary111110110101111110111111011001011001101110100011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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