#99B2FE

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

Shades of Perano #99B2FE

Tints of Perano #99B2FE

Color information

#99B2FE (or 0x99B2FE) is unknown color: approx Perano. HEX triplet: 99, B2 and FE. RGB value is (153,178,254). Sum of RGB (Red+Green+Blue) = 153+178+254=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #99B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B2FE is #664D01. Grayscale: #B2B2B2. Windows color (decimal): -6704386 or 16691865. OLE color: 16691865.

HSL color Cylindrical-coordinate representation of color #99B2FE: hue angle of 225.15º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99B2FE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153178254-
CMYK0.400.3000.00
HSL225.15º98.06%79.8%-
HSV(B)225.15º39.76%99.61%-
XYZ46.9545.77100.13-
YUV179.19170.22109.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.15%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=26.15%
G=30.43%
B=43.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531782540.400.3000.00225.1598.0679.8
Hex99B2FE281E00e16250
Octal231262376503600341142120
Binary10011001101100101111111010100011110001110000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,178,254); }

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

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

 a { background-color: rgb(153,178,254); }

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

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

 span { border-color: rgb(153,178,254); }

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