#99BAEE

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

Shades of Perano #99BAEE

Tints of Perano #99BAEE

Color information

#99BAEE (or 0x99BAEE) is unknown color: approx Perano. HEX triplet: 99, BA and EE. RGB value is (153,186,238). Sum of RGB (Red+Green+Blue) = 153+186+238=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #99BAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAEE is #664511. Grayscale: #B5B5B5. Windows color (decimal): -6702354 or 15645337. OLE color: 15645337.

HSL color Cylindrical-coordinate representation of color #99BAEE: hue angle of 216.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99BAEE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153186238-
CMYK0.360.2200.07
HSL216.71º71.43%76.67%-
HSV(B)216.71º35.71%93.33%-
XYZ46.1348.0687.73-
YUV182.06159.57107.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=26.52%
G=32.24%
B=41.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531862380.360.2200.07216.7171.4376.67
Hex99BAEE241607d9474d
Octal231272356442607331107115
Binary1001100110111010111011101001001011001111101100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,186,238); }

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

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

 a { background-color: rgb(153,186,238); }

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

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

 span { border-color: rgb(153,186,238); }

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