Html Css Color HEX #99F0BB Vista Blue

📋 copy color: '#99F0BB'

red 153 ◦ green 240 ◦ blue 187

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

Shades of Vista Blue #99F0BB

Tints of Vista Blue #99F0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

 BLUE value IS 187 (73.44% from 255) = 32.24%

R = 26.38%
G = 41.38%
B = 32.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#99F0BB (or 0x99F0BB) is known color: Vista Blue. HEX triplet: 99, F0 and BB. RGB value is (153,240,187). Sum of RGB (Red+Green+Blue) = 153+240+187=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0BB is #660F44. Grayscale: #D0D0D0. Windows color (decimal): -6688581 or 12316825. OLE color: 12316825.

HSL color Cylindrical-coordinate representation of color #99F0BB: hue angle of 143.45º degrees, saturation: 0.74, 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 #99F0BB is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 240 187 -
CMYK 0.36 0 0.22 0.06
HSL 143.45º 0.74% 0.77% -
HSV(B) 143.45º 0.36% 0.94% -
XYZ 53.27 72.68 58.23 -
YUV 207.95 116.18 88.81 -
System Red Green Blue C M Y K H S L
Decimal 153 240 187 0.36 0 0.22 0.06 143.45 0.74 0.77
Hex 99 F0 BB 24 0 16 6 8F 4A 4D
Octal 231 360 273 44 0 26 6 217 112 115
Binary 10011001 11110000 10111011 100100 0 10110 110 10001111 1001010 1001101

Color Harmonies of #99F0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F0BB

Black with #99F0BB

Text Example


Text Example

White with #99F0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,240,187); }

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

background-color css

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

 a { background-color: rgb(153,240,187); }

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

border-color css

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

 span { border-color: rgb(153,240,187); }

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