#99B0E4

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

Shades of Perano #99B0E4

Tints of Perano #99B0E4

Color information

#99B0E4 (or 0x99B0E4) is unknown color: approx Perano. HEX triplet: 99, B0 and E4. RGB value is (153,176,228). Sum of RGB (Red+Green+Blue) = 153+176+228=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #99B0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0E4 is #664F1B. Grayscale: #AEAEAE. Windows color (decimal): -6704924 or 14987417. OLE color: 14987417.

HSL color Cylindrical-coordinate representation of color #99B0E4: hue angle of 221.6º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99B0E4 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB153176228-
CMYK0.330.2300.11
HSL221.6º58.14%74.71%-
HSV(B)221.6º32.89%89.41%-
XYZ42.6743.4279.53-
YUV175.05157.88112.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=27.47%
G=31.60%
B=40.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531762280.330.2300.11221.658.1474.71
Hex99B0E421170Bde3a4b
Octal231260344412701333672113
Binary1001100110110000111001001000011011101011110111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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