#99B0EB

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

Shades of Perano #99B0EB

Tints of Perano #99B0EB

Color information

#99B0EB (or 0x99B0EB) is unknown color: approx Perano. HEX triplet: 99, B0 and EB. RGB value is (153,176,235). Sum of RGB (Red+Green+Blue) = 153+176+235=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #99B0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0EB is #664F14. Grayscale: #AFAFAF. Windows color (decimal): -6704917 or 15446169. OLE color: 15446169.

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

Color convert

RGB153176235-
CMYK0.350.2500.08
HSL223.17º67.21%76.08%-
HSV(B)223.17º34.89%92.16%-
XYZ43.6643.8284.75-
YUV175.85161.38111.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.13%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=27.13%
G=31.21%
B=41.67%

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
Decimal1531762350.350.2500.08223.1767.2176.08
Hex99B0EB231908df434c
Octal2312603534331010337103114
Binary10011001101100001110101110001111001010001101111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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