Html Css Color HEX #99BDEF Tropical Blue

📋 copy color: '#99BDEF'

red 153 ◦ green 189 ◦ blue 239

#99BDEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #99BDEF

Tints of Tropical Blue #99BDEF

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 value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#99BDEF (or 0x99BDEF) is known color: 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

RGB 153 189 239 -
CMYK 0.36 0.21 0 0.06
HSL 214.88º 0.73% 0.77% -
HSV(B) 214.88º 0.36% 0.94% -
XYZ 46.91 49.4 88.72 -
YUV 183.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 153 189 239 0.36 0.21 0 0.06 214.88 0.73 0.77
Hex 99 BD EF 24 15 0 6 D7 49 4D
Octal 231 275 357 44 25 0 6 327 111 115
Binary 10011001 10111101 11101111 100100 10101 0 110 11010111 1001001 1001101

Color Harmonies of #99BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDEF

Black with #99BDEF

Text Example


Text Example

White with #99BDEF

Text Example


Text Example

HTML Codes & Css Web 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>