#7DADDF

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

Shades of Jordy Blue #7DADDF

Tints of Jordy Blue #7DADDF

Color information

#7DADDF (or 0x7DADDF) is unknown color: approx Jordy Blue. HEX triplet: 7D, AD and DF. RGB value is (125,173,223). Sum of RGB (Red+Green+Blue) = 125+173+223=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADDF is #825220. Grayscale: #A4A4A4. Windows color (decimal): -8540705 or 14658941. OLE color: 14658941.

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

Color convert

RGB125173223-
CMYK0.440.2200.13
HSL210.61º60.49%68.24%-
HSV(B)210.61º43.95%87.45%-
XYZ36.7239.5775.52-
YUV164.35161.199.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.99%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=23.99%
G=33.21%
B=42.80%

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
Decimal1251732230.440.2200.13210.6160.4968.24
Hex7DADDF2C160Dd33c44
Octal175255337542601532374104
Binary111110110101101110111111011001011001101110100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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