#90AAFB

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

Shades of Perano #90AAFB

Tints of Perano #90AAFB

Color information

#90AAFB (or 0x90AAFB) is unknown color: approx Perano. HEX triplet: 90, AA and FB. RGB value is (144,170,251). Sum of RGB (Red+Green+Blue) = 144+170+251=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #90AAFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAFB is #6F5504. Grayscale: #ABABAB. Windows color (decimal): -7296261 or 16493200. OLE color: 16493200.

HSL color Cylindrical-coordinate representation of color #90AAFB: hue angle of 225.42º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90AAFB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144170251-
CMYK0.430.3200.02
HSL225.42º93.04%77.45%-
HSV(B)225.42º42.63%98.43%-
XYZ43.2941.6497.02-
YUV171.46172.89108.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=25.49%
G=30.09%
B=44.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441702510.430.3200.02225.4293.0477.45
Hex90AAFB2B2002e15d4d
Octal220252373534002341135115
Binary1001000010101010111110111010111000000101110000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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