#99BCEA

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

Shades of Tropical Blue #99BCEA

Tints of Tropical Blue #99BCEA

Color information

#99BCEA (or 0x99BCEA) is unknown color: approx Tropical Blue. HEX triplet: 99, BC and EA. RGB value is (153,188,234). Sum of RGB (Red+Green+Blue) = 153+188+234=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #99BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCEA is #664315. Grayscale: #B6B6B6. Windows color (decimal): -6701846 or 15383705. OLE color: 15383705.

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

Color convert

RGB153188234-
CMYK0.350.2000.08
HSL214.07º65.85%75.88%-
HSV(B)214.07º34.62%91.76%-
XYZ45.9748.6884.81-
YUV182.78156.9106.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.61%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=26.61%
G=32.70%
B=40.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531882340.350.2000.08214.0765.8575.88
Hex99BCEA231408d6424c
Octal2312743524324010326102114
Binary10011001101111001110101010001110100010001101011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,188,234); }

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

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

 a { background-color: rgb(153,188,234); }

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

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

 span { border-color: rgb(153,188,234); }

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