#7FAEDA

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

Shades of Jordy Blue #7FAEDA

Tints of Jordy Blue #7FAEDA

Color information

#7FAEDA (or 0x7FAEDA) is unknown color: approx Jordy Blue. HEX triplet: 7F, AE and DA. RGB value is (127,174,218). Sum of RGB (Red+Green+Blue) = 127+174+218=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEDA is #805125. Grayscale: #A4A4A4. Windows color (decimal): -8409382 or 14331519. OLE color: 14331519.

HSL color Cylindrical-coordinate representation of color #7FAEDA: hue angle of 209.01º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FAEDA is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127174218-
CMYK0.420.2000.15
HSL209.01º55.15%67.65%-
HSV(B)209.01º41.74%85.49%-
XYZ36.5439.8572.09-
YUV164.96157.93100.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=24.47%
G=33.53%
B=42.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271742180.420.2000.15209.0155.1567.65
Hex7FAEDA2A140Fd13744
Octal177256332522401732167104
Binary111111110101110110110101010101010001111110100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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