#7DACDC

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

Shades of Jordy Blue #7DACDC

Tints of Jordy Blue #7DACDC

Color information

#7DACDC (or 0x7DACDC) is unknown color: approx Jordy Blue. HEX triplet: 7D, AC and DC. RGB value is (125,172,220). Sum of RGB (Red+Green+Blue) = 125+172+220=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACDC is #825323. Grayscale: #A3A3A3. Windows color (decimal): -8540964 or 14462077. OLE color: 14462077.

HSL color Cylindrical-coordinate representation of color #7DACDC: hue angle of 210.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DACDC is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125172220-
CMYK0.430.2200.14
HSL210.32º57.58%67.65%-
HSV(B)210.32º43.18%86.27%-
XYZ36.1339.0373.34-
YUV163.42159.93100.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=24.18%
G=33.27%
B=42.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251722200.430.2200.14210.3257.5867.65
Hex7DACDC2B160Ed23a44
Octal175254334532601632272104
Binary111110110101100110111001010111011001110110100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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