#99B9EB

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

Shades of Perano #99B9EB

Tints of Perano #99B9EB

Color information

#99B9EB (or 0x99B9EB) is unknown color: approx Perano. HEX triplet: 99, B9 and EB. RGB value is (153,185,235). Sum of RGB (Red+Green+Blue) = 153+185+235=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #99B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B9EB is #664614. Grayscale: #B4B4B4. Windows color (decimal): -6702613 or 15448473. OLE color: 15448473.

HSL color Cylindrical-coordinate representation of color #99B9EB: hue angle of 216.59º 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 #99B9EB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153185235-
CMYK0.350.2100.08
HSL216.59º67.21%76.08%-
HSV(B)216.59º34.89%92.16%-
XYZ45.4847.4785.36-
YUV181.13158.4107.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=26.70%
G=32.29%
B=41.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531852350.350.2100.08216.5967.2176.08
Hex99B9EB231508d9434c
Octal2312713534325010331103114
Binary10011001101110011110101110001110101010001101100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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