Html Css Color HEX #99BCF1 Tropical Blue

📋 copy color: '#99BCF1'

red 153 ◦ green 188 ◦ blue 241

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

Shades of Tropical Blue #99BCF1

Tints of Tropical Blue #99BCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 26.29%
G = 32.3%
B = 41.41%

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

#99BCF1 (or 0x99BCF1) is known color: Tropical Blue. HEX triplet: 99, BC and F1. RGB value is (153,188,241). Sum of RGB (Red+Green+Blue) = 153+188+241=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #99BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCF1 is #66430E. Grayscale: #B7B7B7. Windows color (decimal): -6701839 or 15842457. OLE color: 15842457.

HSL color Cylindrical-coordinate representation of color #99BCF1: hue angle of 216.14º degrees, saturation: 0.76, 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 #99BCF1 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 188 241 -
CMYK 0.37 0.22 0 0.05
HSL 216.14º 0.76% 0.77% -
HSV(B) 216.14º 0.37% 0.95% -
XYZ 47 49.09 90.22 -
YUV 183.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 153 188 241 0.37 0.22 0 0.05 216.14 0.76 0.77
Hex 99 BC F1 25 16 0 5 D8 4C 4D
Octal 231 274 361 45 26 0 5 330 114 115
Binary 10011001 10111100 11110001 100101 10110 0 101 11011000 1001100 1001101

Color Harmonies of #99BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCF1

Black with #99BCF1

Text Example


Text Example

White with #99BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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