#99BDEF

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

Shades of Tropical Blue #99BDEF

Tints of Tropical Blue #99BDEF

Color information

#99BDEF (or 0x99BDEF) is unknown color: approx Tropical Blue. HEX triplet: 99, BD and EF. RGB value is (153,189,239). Sum of RGB (Red+Green+Blue) = 153+189+239=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #99BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDEF is #664210. Grayscale: #B7B7B7. Windows color (decimal): -6701585 or 15711641. OLE color: 15711641.

HSL color Cylindrical-coordinate representation of color #99BDEF: hue angle of 214.88º degrees, saturation: 0.73, 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 #99BDEF is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153189239-
CMYK0.360.2100.06
HSL214.88º72.88%76.86%-
HSV(B)214.88º35.98%93.73%-
XYZ46.9149.488.72-
YUV183.94159.07105.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.33%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=26.33%
G=32.53%
B=41.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531892390.360.2100.06214.8872.8876.86
Hex99BDEF241506d7494d
Octal231275357442506327111115
Binary1001100110111101111011111001001010101101101011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,189,239); }

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

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

 a { background-color: rgb(153,189,239); }

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

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

 span { border-color: rgb(153,189,239); }

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