#99BDF3

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

Shades of Tropical Blue #99BDF3

Tints of Tropical Blue #99BDF3

Color information

#99BDF3 (or 0x99BDF3) is unknown color: approx Tropical Blue. HEX triplet: 99, BD and F3. RGB value is (153,189,243). Sum of RGB (Red+Green+Blue) = 153+189+243=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #99BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDF3 is #66420C. Grayscale: #B8B8B8. Windows color (decimal): -6701581 or 15973785. OLE color: 15973785.

HSL color Cylindrical-coordinate representation of color #99BDF3: hue angle of 216º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BDF3 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153189243-
CMYK0.370.2200.05
HSL216º78.95%77.65%-
HSV(B)216º37.04%95.29%-
XYZ47.5149.6491.87-
YUV184.39161.07105.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.15%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=26.15%
G=32.31%
B=41.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531892430.370.2200.0521678.9577.65
Hex99BDF3251605d84f4e
Octal231275363452605330117116
Binary1001100110111101111100111001011011001011101100010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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