Html Css Color HEX #99EDBB Vista Blue

📋 copy color: '#99EDBB'

red 153 ◦ green 237 ◦ blue 187

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

Shades of Vista Blue #99EDBB

Tints of Vista Blue #99EDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

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

R = 26.52%
G = 41.07%
B = 32.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#99EDBB (or 0x99EDBB) is known color: Vista Blue. HEX triplet: 99, ED and BB. RGB value is (153,237,187). Sum of RGB (Red+Green+Blue) = 153+237+187=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDBB is #661244. Grayscale: #CECECE. Windows color (decimal): -6689349 or 12316057. OLE color: 12316057.

HSL color Cylindrical-coordinate representation of color #99EDBB: hue angle of 144.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDBB is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 237 187 -
CMYK 0.35 0 0.21 0.07
HSL 144.29º 0.7% 0.76% -
HSV(B) 144.29º 0.35% 0.93% -
XYZ 52.39 70.93 57.94 -
YUV 206.18 117.17 90.07 -
System Red Green Blue C M Y K H S L
Decimal 153 237 187 0.35 0 0.21 0.07 144.29 0.7 0.76
Hex 99 ED BB 23 0 15 7 90 46 4C
Octal 231 355 273 43 0 25 7 220 106 114
Binary 10011001 11101101 10111011 100011 0 10101 111 10010000 1000110 1001100

Color Harmonies of #99EDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EDBB

Black with #99EDBB

Text Example


Text Example

White with #99EDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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