#7FACDC

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

Shades of Jordy Blue #7FACDC

Tints of Jordy Blue #7FACDC

Color information

#7FACDC (or 0x7FACDC) is unknown color: approx Jordy Blue. HEX triplet: 7F, AC and DC. RGB value is (127,172,220). Sum of RGB (Red+Green+Blue) = 127+172+220=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACDC is #805323. Grayscale: #A3A3A3. Windows color (decimal): -8409892 or 14462079. OLE color: 14462079.

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

Color convert

RGB127172220-
CMYK0.420.2200.14
HSL210.97º57.06%68.04%-
HSV(B)210.97º42.27%86.27%-
XYZ36.4239.1873.35-
YUV164.02159.59101.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=24.47%
G=33.14%
B=42.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271722200.420.2200.14210.9757.0668.04
Hex7FACDC2A160Ed33944
Octal177254334522601632371104
Binary111111110101100110111001010101011001110110100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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