Html Css Color HEX #99D4B2 Vista Blue

📋 copy color: '#99D4B2'

red 153 ◦ green 212 ◦ blue 178

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

Shades of Vista Blue #99D4B2

Tints of Vista Blue #99D4B2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.04%

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 28.18%
G = 39.04%
B = 32.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#99D4B2 (or 0x99D4B2) is known color: Vista Blue. HEX triplet: 99, D4 and B2. RGB value is (153,212,178). Sum of RGB (Red+Green+Blue) = 153+212+178=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D4B2 is #662B4D. Grayscale: #BEBEBE. Windows color (decimal): -6695758 or 11719833. OLE color: 11719833.

HSL color Cylindrical-coordinate representation of color #99D4B2: hue angle of 145.42º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4B2 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 212 178 -
CMYK 0.28 0 0.16 0.17
HSL 145.42º 0.41% 0.72% -
HSV(B) 145.42º 0.28% 0.83% -
XYZ 44.72 57.07 50.78 -
YUV 190.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 153 212 178 0.28 0 0.16 0.17 145.42 0.41 0.72
Hex 99 D4 B2 1C 0 10 11 91 29 48
Octal 231 324 262 34 0 20 21 221 51 110
Binary 10011001 11010100 10110010 11100 0 10000 10001 10010001 101001 1001000

Color Harmonies of #99D4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D4B2

Black with #99D4B2

Text Example


Text Example

White with #99D4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,212,178); }

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

background-color css

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

 a { background-color: rgb(153,212,178); }

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

border-color css

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

 span { border-color: rgb(153,212,178); }

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