#7FAED3

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

Shades of Jordy Blue #7FAED3

Tints of Jordy Blue #7FAED3

Color information

#7FAED3 (or 0x7FAED3) is unknown color: approx Jordy Blue. HEX triplet: 7F, AE and D3. RGB value is (127,174,211). Sum of RGB (Red+Green+Blue) = 127+174+211=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #7FAED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAED3 is #80512C. Grayscale: #A3A3A3. Windows color (decimal): -8409389 or 13872767. OLE color: 13872767.

HSL color Cylindrical-coordinate representation of color #7FAED3: hue angle of 206.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FAED3 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB127174211-
CMYK0.400.1800.17
HSL206.43º48.84%66.27%-
HSV(B)206.43º39.81%82.75%-
XYZ35.6539.4967.37-
YUV164.16154.43101.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=24.80%
G=33.98%
B=41.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1271742110.400.1800.17206.4348.8466.27
Hex7FAED32812011ce3142
Octal177256323502202131661102
Binary1111111101011101101001110100010010010001110011101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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