#90AAFE

Color #90AAFE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #90AAFE

Tints of Perano #90AAFE

Color information

#90AAFE (or 0x90AAFE) is unknown color: approx Perano. HEX triplet: 90, AA and FE. RGB value is (144,170,254). Sum of RGB (Red+Green+Blue) = 144+170+254=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #90AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAFE is #6F5501. Grayscale: #ABABAB. Windows color (decimal): -7296258 or 16689808. OLE color: 16689808.

HSL color Cylindrical-coordinate representation of color #90AAFE: hue angle of 225.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90AAFE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144170254-
CMYK0.430.3300.00
HSL225.82º98.21%78.04%-
HSV(B)225.82º43.31%99.61%-
XYZ43.7741.8399.53-
YUV171.8174.39108.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.35%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=25.35%
G=29.93%
B=44.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441702540.430.3300.00225.8298.2178.04
Hex90AAFE2B2100e2624e
Octal220252376534100342142116
Binary100100001010101011111110101011100001001110001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AAFE; }

 p { color: rgb(144,170,254); }

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

<style>
 a { background-color: #90AAFE; }

 a { background-color: rgb(144,170,254); }

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

<style>
 span { border-color: #90AAFE; }

 span { border-color: rgb(144,170,254); }

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