Html Css Color HEX #99EBBC Vista Blue

📋 copy color: '#99EBBC'

red 153 ◦ green 235 ◦ blue 188

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

Shades of Vista Blue #99EBBC

Tints of Vista Blue #99EBBC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.8%

 BLUE value IS 188 (73.83% from 255) = 32.64%

R = 26.56%
G = 40.8%
B = 32.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#99EBBC (or 0x99EBBC) is known color: Vista Blue. HEX triplet: 99, EB and BC. RGB value is (153,235,188). Sum of RGB (Red+Green+Blue) = 153+235+188=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBBC is #661443. Grayscale: #CDCDCD. Windows color (decimal): -6689860 or 12381081. OLE color: 12381081.

HSL color Cylindrical-coordinate representation of color #99EBBC: hue angle of 145.61º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBBC is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 235 188 -
CMYK 0.35 0 0.2 0.08
HSL 145.61º 0.67% 0.76% -
HSV(B) 145.61º 0.35% 0.92% -
XYZ 51.92 69.82 58.32 -
YUV 205.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 153 235 188 0.35 0 0.2 0.08 145.61 0.67 0.76
Hex 99 EB BC 23 0 14 8 92 43 4C
Octal 231 353 274 43 0 24 10 222 103 114
Binary 10011001 11101011 10111100 100011 0 10100 1000 10010010 1000011 1001100

Color Harmonies of #99EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EBBC

Black with #99EBBC

Text Example


Text Example

White with #99EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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