#90ADFC

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

Shades of Perano #90ADFC

Tints of Perano #90ADFC

Color information

#90ADFC (or 0x90ADFC) is unknown color: approx Perano. HEX triplet: 90, AD and FC. RGB value is (144,173,252). Sum of RGB (Red+Green+Blue) = 144+173+252=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #90ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADFC is #6F5203. Grayscale: #ACACAC. Windows color (decimal): -7295492 or 16559504. OLE color: 16559504.

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

Color convert

RGB144173252-
CMYK0.430.3100.01
HSL223.89º94.74%77.65%-
HSV(B)223.89º42.86%98.82%-
XYZ44.0242.8498.05-
YUV173.33172.39107.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.31%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=25.31%
G=30.40%
B=44.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441732520.430.3100.01223.8994.7477.65
Hex90ADFC2B1F01e05f4e
Octal220255374533701340137116
Binary10010000101011011111110010101111111011110000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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