#99B7E5

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

Shades of Perano #99B7E5

Tints of Perano #99B7E5

Color information

#99B7E5 (or 0x99B7E5) is unknown color: approx Perano. HEX triplet: 99, B7 and E5. RGB value is (153,183,229). Sum of RGB (Red+Green+Blue) = 153+183+229=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #99B7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B7E5 is #66481A. Grayscale: #B3B3B3. Windows color (decimal): -6703131 or 15054745. OLE color: 15054745.

HSL color Cylindrical-coordinate representation of color #99B7E5: hue angle of 216.32º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99B7E5 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB153183229-
CMYK0.330.2000.10
HSL216.32º59.38%74.9%-
HSV(B)216.32º33.19%89.8%-
XYZ44.2146.380.73-
YUV179.27156.06109.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.08%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=27.08%
G=32.39%
B=40.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1531832290.330.2000.10216.3259.3874.9
Hex99B7E521140Ad83b4b
Octal231267345412401233073113
Binary1001100110110111111001011000011010001010110110001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,183,229); }

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

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

 a { background-color: rgb(153,183,229); }

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

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

 span { border-color: rgb(153,183,229); }

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