#99BDED

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

Shades of Tropical Blue #99BDED

Tints of Tropical Blue #99BDED

Color information

#99BDED (or 0x99BDED) is unknown color: approx Tropical Blue. HEX triplet: 99, BD and ED. RGB value is (153,189,237). Sum of RGB (Red+Green+Blue) = 153+189+237=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #99BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDED is #664212. Grayscale: #B7B7B7. Windows color (decimal): -6701587 or 15580569. OLE color: 15580569.

HSL color Cylindrical-coordinate representation of color #99BDED: hue angle of 214.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99BDED is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153189237-
CMYK0.350.2000.07
HSL214.29º70%76.47%-
HSV(B)214.29º35.44%92.94%-
XYZ46.6249.2887.18-
YUV183.71158.07106.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.42%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=26.42%
G=32.64%
B=40.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531892370.350.2000.07214.297076.47
Hex99BDED231407d6464c
Octal231275355432407326106114
Binary1001100110111101111011011000111010001111101011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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