#90ADFB

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

Shades of Perano #90ADFB

Tints of Perano #90ADFB

Color information

#90ADFB (or 0x90ADFB) is unknown color: approx Perano. HEX triplet: 90, AD and FB. RGB value is (144,173,251). Sum of RGB (Red+Green+Blue) = 144+173+251=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #90ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADFB is #6F5204. Grayscale: #ACACAC. Windows color (decimal): -7295493 or 16493968. OLE color: 16493968.

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

Color convert

RGB144173251-
CMYK0.430.3100.02
HSL223.74º93.04%77.45%-
HSV(B)223.74º42.63%98.43%-
XYZ43.8642.7897.21-
YUV173.22171.89107.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.35%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=25.35%
G=30.46%
B=44.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441732510.430.3100.02223.7493.0477.45
Hex90ADFB2B1F02e05d4d
Octal220255373533702340135115
Binary100100001010110111111011101011111110101110000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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