#99ADFB

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

Shades of Perano #99ADFB

Tints of Perano #99ADFB

Color information

#99ADFB (or 0x99ADFB) is unknown color: approx Perano. HEX triplet: 99, AD and FB. RGB value is (153,173,251). Sum of RGB (Red+Green+Blue) = 153+173+251=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #99ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADFB is #665204. Grayscale: #AFAFAF. Windows color (decimal): -6705669 or 16493977. OLE color: 16493977.

HSL color Cylindrical-coordinate representation of color #99ADFB: hue angle of 227.76º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99ADFB is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153173251-
CMYK0.390.3100.02
HSL227.76º92.45%79.22%-
HSV(B)227.76º39.04%98.43%-
XYZ45.4943.6297.29-
YUV175.91170.37111.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=26.52%
G=29.98%
B=43.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531732510.390.3100.02227.7692.4579.22
Hex99ADFB271F02e45c4f
Octal231255373473702344134117
Binary100110011010110111111011100111111110101110010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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