#7FAFDC

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

Shades of Jordy Blue #7FAFDC

Tints of Jordy Blue #7FAFDC

Color information

#7FAFDC (or 0x7FAFDC) is unknown color: approx Jordy Blue. HEX triplet: 7F, AF and DC. RGB value is (127,175,220). Sum of RGB (Red+Green+Blue) = 127+175+220=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFDC is #805023. Grayscale: #A5A5A5. Windows color (decimal): -8409124 or 14462847. OLE color: 14462847.

HSL color Cylindrical-coordinate representation of color #7FAFDC: hue angle of 209.03º 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 #7FAFDC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127175220-
CMYK0.420.2000.14
HSL209.03º57.06%68.04%-
HSV(B)209.03º42.27%86.27%-
XYZ3740.3473.55-
YUV165.78158.6100.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.33%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=24.33%
G=33.52%
B=42.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271752200.420.2000.14209.0357.0668.04
Hex7FAFDC2A140Ed13944
Octal177257334522401632171104
Binary111111110101111110111001010101010001110110100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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