#90AFFB

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

Shades of Perano #90AFFB

Tints of Perano #90AFFB

Color information

#90AFFB (or 0x90AFFB) is unknown color: approx Perano. HEX triplet: 90, AF and FB. RGB value is (144,175,251). Sum of RGB (Red+Green+Blue) = 144+175+251=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #90AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFFB is #6F5004. Grayscale: #AEAEAE. Windows color (decimal): -7294981 or 16494480. OLE color: 16494480.

HSL color Cylindrical-coordinate representation of color #90AFFB: hue angle of 222.62º 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 #90AFFB is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144175251-
CMYK0.430.3000.02
HSL222.62º93.04%77.45%-
HSV(B)222.62º42.63%98.43%-
XYZ44.2443.5597.34-
YUV174.4171.23106.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.26%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=25.26%
G=30.70%
B=44.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441752510.430.3000.02222.6293.0477.45
Hex90AFFB2B1E02df5d4d
Octal220257373533602337135115
Binary100100001010111111111011101011111100101101111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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