#7DACEC

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

Shades of Jordy Blue #7DACEC

Tints of Jordy Blue #7DACEC

Color information

#7DACEC (or 0x7DACEC) is unknown color: approx Jordy Blue. HEX triplet: 7D, AC and EC. RGB value is (125,172,236). Sum of RGB (Red+Green+Blue) = 125+172+236=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DACEC is #825313. Grayscale: #A4A4A4. Windows color (decimal): -8540948 or 15510653. OLE color: 15510653.

HSL color Cylindrical-coordinate representation of color #7DACEC: hue angle of 214.59º degrees, saturation: 0.74, 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 #7DACEC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125172236-
CMYK0.470.2700.07
HSL214.59º74.5%70.78%-
HSV(B)214.59º47.03%92.55%-
XYZ38.3539.9285.04-
YUV165.24167.9399.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.45%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=23.45%
G=32.27%
B=44.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251722360.470.2700.07214.5974.570.78
Hex7DACEC2F1B07d74a47
Octal175254354573307327112107
Binary111110110101100111011001011111101101111101011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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