#99B2EF

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

Shades of Perano #99B2EF

Tints of Perano #99B2EF

Color information

#99B2EF (or 0x99B2EF) is unknown color: approx Perano. HEX triplet: 99, B2 and EF. RGB value is (153,178,239). Sum of RGB (Red+Green+Blue) = 153+178+239=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #99B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B2EF is #664D10. Grayscale: #B1B1B1. Windows color (decimal): -6704401 or 15708825. OLE color: 15708825.

HSL color Cylindrical-coordinate representation of color #99B2EF: hue angle of 222.56º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99B2EF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153178239-
CMYK0.360.2600.06
HSL222.56º72.88%76.86%-
HSV(B)222.56º35.98%93.73%-
XYZ44.6444.8587.96-
YUV177.48162.72110.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.84%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=26.84%
G=31.23%
B=41.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531782390.360.2600.06222.5672.8876.86
Hex99B2EF241A06df494d
Octal231262357443206337111115
Binary1001100110110010111011111001001101001101101111110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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