#7faae0

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

Shades of Jordy Blue #7FAAE0

Tints of Jordy Blue #7FAAE0

Color information

#7FAAE0 (or 0x7FAAE0) is unknown color: approx Jordy Blue. HEX triplet: 7F, AA and E0. RGB value is (127,170,224). Sum of RGB (Red+Green+Blue) = 127+170+224=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #7FAAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAAE0 is #80551F. Grayscale: #A3A3A3. Windows color (decimal): -8410400 or 14723711. OLE color: 14723711.

HSL color Cylindrical-coordinate representation of color #7FAAE0: hue angle of 213.4º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAAE0 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB127170224-
CMYK0.430.2400.12
HSL213.4º61.01%68.82%-
HSV(B)213.4º43.3%87.84%-
XYZ36.5838.6476.05-
YUV163.3162.25102.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.38%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=24.38%
G=32.63%
B=42.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1271702240.430.2400.12213.461.0168.82
Hex7FAAE02B180Cd53d45
Octal177252340533001432575105
Binary111111110101010111000001010111100001100110101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7faae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,170,224); }

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

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

 a { background-color: rgb(127,170,224); }

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

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

 span { border-color: rgb(127,170,224); }

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