#90afff

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

Shades of Perano #90AFFF

Tints of Perano #90AFFF

Color information

#90AFFF (or 0x90AFFF) is unknown color: approx Perano. HEX triplet: 90, AF and FF. RGB value is (144,175,255). Sum of RGB (Red+Green+Blue) = 144+175+255=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #90AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFFF is #6F5000. Grayscale: #AEAEAE. Windows color (decimal): -7294977 or 16756624. OLE color: 16756624.

HSL color Cylindrical-coordinate representation of color #90AFFF: hue angle of 223.24º 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 #90AFFF is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144175255-
CMYK0.440.3100
HSL223.24º100%78.24%-
HSV(B)223.24º43.53%100%-
XYZ44.8843.81100.7-
YUV174.85173.23106-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.09%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 255 (100% from 255) = 44.43%
R=25.09%
G=30.49%
B=44.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441752550.440.3100223.2410078.24
Hex90AFFF2C1F00df644e
Octal220257377543700337144116
Binary10010000101011111111111110110011111001101111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90afff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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