#90ADFE

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

Shades of Perano #90ADFE

Tints of Perano #90ADFE

Color information

#90ADFE (or 0x90ADFE) is unknown color: approx Perano. HEX triplet: 90, AD and FE. RGB value is (144,173,254). Sum of RGB (Red+Green+Blue) = 144+173+254=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #90ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADFE is #6F5201. Grayscale: #ADADAD. Windows color (decimal): -7295490 or 16690576. OLE color: 16690576.

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

Color convert

RGB144173254-
CMYK0.430.3200.00
HSL224.18º98.21%78.04%-
HSV(B)224.18º43.31%99.61%-
XYZ44.3342.9799.72-
YUV173.56173.39106.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.22%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=25.22%
G=30.30%
B=44.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441732540.430.3200.00224.1898.2178.04
Hex90ADFE2B2000e0624e
Octal220255376534000340142116
Binary100100001010110111111110101011100000001110000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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