#99B1EB

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

Shades of Perano #99B1EB

Tints of Perano #99B1EB

Color information

#99B1EB (or 0x99B1EB) is unknown color: approx Perano. HEX triplet: 99, B1 and EB. RGB value is (153,177,235). Sum of RGB (Red+Green+Blue) = 153+177+235=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #99B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B1EB is #664E14. Grayscale: #B0B0B0. Windows color (decimal): -6704661 or 15446425. OLE color: 15446425.

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

Color convert

RGB153177235-
CMYK0.350.2500.08
HSL222.44º67.21%76.08%-
HSV(B)222.44º34.89%92.16%-
XYZ43.8544.2184.82-
YUV176.44161.05111.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.08%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=27.08%
G=31.33%
B=41.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531772350.350.2500.08222.4467.2176.08
Hex99B1EB231908de434c
Octal2312613534331010336103114
Binary10011001101100011110101110001111001010001101111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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