Html Css Color HEX #99BCF2 Tropical Blue

📋 copy color: '#99BCF2'

red 153 ◦ green 188 ◦ blue 242

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

Shades of Tropical Blue #99BCF2

Tints of Tropical Blue #99BCF2

RGB

 RED value IS 153 (60.16% from 255) = 26.24%

 GREEN value IS 188 (73.83% from 255) = 32.25%

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 26.24%
G = 32.25%
B = 41.51%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99BCF2 (or 0x99BCF2) is known color: Tropical Blue. HEX triplet: 99, BC and F2. RGB value is (153,188,242). Sum of RGB (Red+Green+Blue) = 153+188+242=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #99BCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCF2 is #66430D. Grayscale: #B7B7B7. Windows color (decimal): -6701838 or 15907993. OLE color: 15907993.

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

Color convert

RGB 153 188 242 -
CMYK 0.37 0.22 0 0.05
HSL 216.4º 0.77% 0.77% -
HSV(B) 216.4º 0.37% 0.95% -
XYZ 47.15 49.15 91.01 -
YUV 183.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 153 188 242 0.37 0.22 0 0.05 216.4 0.77 0.77
Hex 99 BC F2 25 16 0 5 D8 4D 4D
Octal 231 274 362 45 26 0 5 330 115 115
Binary 10011001 10111100 11110010 100101 10110 0 101 11011000 1001101 1001101

Color Harmonies of #99BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCF2

Black with #99BCF2

Text Example


Text Example

White with #99BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99BCF2;
 }
 .AnyTagClassName
 {
   color: #99BCF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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