#7DACDE

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

Shades of Jordy Blue #7DACDE

Tints of Jordy Blue #7DACDE

Color information

#7DACDE (or 0x7DACDE) is unknown color: approx Jordy Blue. HEX triplet: 7D, AC and DE. RGB value is (125,172,222). Sum of RGB (Red+Green+Blue) = 125+172+222=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACDE is #825321. Grayscale: #A3A3A3. Windows color (decimal): -8540962 or 14593149. OLE color: 14593149.

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

Color convert

RGB125172222-
CMYK0.440.2300.13
HSL210.93º59.51%68.04%-
HSV(B)210.93º43.69%87.06%-
XYZ36.3939.1474.74-
YUV163.65160.93100.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.08%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=24.08%
G=33.14%
B=42.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251722220.440.2300.13210.9359.5168.04
Hex7DACDE2C170Dd33c44
Octal175254336542701532374104
Binary111110110101100110111101011001011101101110100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,222); }

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

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

 a { background-color: rgb(125,172,222); }

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

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

 span { border-color: rgb(125,172,222); }

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