#7FAEDC

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

Shades of Jordy Blue #7FAEDC

Tints of Jordy Blue #7FAEDC

Color information

#7FAEDC (or 0x7FAEDC) is unknown color: approx Jordy Blue. HEX triplet: 7F, AE and DC. RGB value is (127,174,220). Sum of RGB (Red+Green+Blue) = 127+174+220=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEDC is #805123. Grayscale: #A4A4A4. Windows color (decimal): -8409380 or 14462591. OLE color: 14462591.

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

Color convert

RGB127174220-
CMYK0.420.2100.14
HSL209.68º57.06%68.04%-
HSV(B)209.68º42.27%86.27%-
XYZ36.8139.9573.48-
YUV165.19158.93100.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.38%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=24.38%
G=33.40%
B=42.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271742200.420.2100.14209.6857.0668.04
Hex7FAEDC2A150Ed23944
Octal177256334522501632271104
Binary111111110101110110111001010101010101110110100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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