#90B0FF

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

Shades of Perano #90B0FF

Tints of Perano #90B0FF

Color information

#90B0FF (or 0x90B0FF) is unknown color: approx Perano. HEX triplet: 90, B0 and FF. RGB value is (144,176,255). Sum of RGB (Red+Green+Blue) = 144+176+255=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #90B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B0FF is #6F4F00. Grayscale: #AFAFAF. Windows color (decimal): -7294721 or 16756880. OLE color: 16756880.

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

Color convert

RGB144176255-
CMYK0.440.3100
HSL222.7º100%78.24%-
HSV(B)222.7º43.53%100%-
XYZ45.0844.2100.76-
YUV175.44172.9105.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.04%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 255 (100% from 255) = 44.35%
R=25.04%
G=30.61%
B=44.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441762550.440.3100222.710078.24
Hex90B0FF2C1F00df644e
Octal220260377543700337144116
Binary10010000101100001111111110110011111001101111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,176,255); }

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

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

 a { background-color: rgb(144,176,255); }

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

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

 span { border-color: rgb(144,176,255); }

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