#99B2EB

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

Shades of Perano #99B2EB

Tints of Perano #99B2EB

Color information

#99B2EB (or 0x99B2EB) is unknown color: approx Perano. HEX triplet: 99, B2 and EB. RGB value is (153,178,235). Sum of RGB (Red+Green+Blue) = 153+178+235=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #99B2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B2EB is #664D14. Grayscale: #B0B0B0. Windows color (decimal): -6704405 or 15446681. OLE color: 15446681.

HSL color Cylindrical-coordinate representation of color #99B2EB: hue angle of 221.71º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99B2EB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153178235-
CMYK0.350.2400.08
HSL221.71º67.21%76.08%-
HSV(B)221.71º34.89%92.16%-
XYZ44.0544.6184.89-
YUV177.02160.72110.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.03%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=27.03%
G=31.45%
B=41.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531782350.350.2400.08221.7167.2176.08
Hex99B2EB231808de434c
Octal2312623534330010336103114
Binary10011001101100101110101110001111000010001101111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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