#99BCF0

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

Shades of Tropical Blue #99BCF0

Tints of Tropical Blue #99BCF0

Color information

#99BCF0 (or 0x99BCF0) is unknown color: approx Tropical Blue. HEX triplet: 99, BC and F0. RGB value is (153,188,240). Sum of RGB (Red+Green+Blue) = 153+188+240=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #99BCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCF0 is #66430F. Grayscale: #B7B7B7. Windows color (decimal): -6701840 or 15776921. OLE color: 15776921.

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

Color convert

RGB153188240-
CMYK0.360.2200.06
HSL215.86º74.36%77.06%-
HSV(B)215.86º36.25%94.12%-
XYZ46.8549.0389.43-
YUV183.46159.9106.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.33%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=26.33%
G=32.36%
B=41.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531882400.360.2200.06215.8674.3677.06
Hex99BCF0241606d84a4d
Octal231274360442606330112115
Binary1001100110111100111100001001001011001101101100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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