#99ADFA

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

Shades of Perano #99ADFA

Tints of Perano #99ADFA

Color information

#99ADFA (or 0x99ADFA) is unknown color: approx Perano. HEX triplet: 99, AD and FA. RGB value is (153,173,250). Sum of RGB (Red+Green+Blue) = 153+173+250=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #99ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADFA is #665205. Grayscale: #AFAFAF. Windows color (decimal): -6705670 or 16428441. OLE color: 16428441.

HSL color Cylindrical-coordinate representation of color #99ADFA: hue angle of 227.63º degrees, saturation: 0.91, 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 #99ADFA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153173250-
CMYK0.390.3100.02
HSL227.63º90.65%79.02%-
HSV(B)227.63º38.8%98.04%-
XYZ45.3443.5696.46-
YUV175.8169.87111.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.56%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=26.56%
G=30.03%
B=43.40%

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
Decimal1531732500.390.3100.02227.6390.6579.02
Hex99ADFA271F02e45b4f
Octal231255372473702344133117
Binary100110011010110111111010100111111110101110010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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