Html Css Color HEX #99D6B7 Vista Blue

📋 copy color: '#99D6B7'

red 153 ◦ green 214 ◦ blue 183

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

Shades of Vista Blue #99D6B7

Tints of Vista Blue #99D6B7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 27.82%
G = 38.91%
B = 33.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#99D6B7 (or 0x99D6B7) is known color: Vista Blue. HEX triplet: 99, D6 and B7. RGB value is (153,214,183). Sum of RGB (Red+Green+Blue) = 153+214+183=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6B7 is #662948. Grayscale: #C0C0C0. Windows color (decimal): -6695241 or 12048025. OLE color: 12048025.

HSL color Cylindrical-coordinate representation of color #99D6B7: hue angle of 149.51º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6B7 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 214 183 -
CMYK 0.29 0 0.14 0.16
HSL 149.51º 0.43% 0.72% -
HSV(B) 149.51º 0.29% 0.84% -
XYZ 45.73 58.28 53.64 -
YUV 192.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 153 214 183 0.29 0 0.14 0.16 149.51 0.43 0.72
Hex 99 D6 B7 1D 0 E 10 96 2B 48
Octal 231 326 267 35 0 16 20 226 53 110
Binary 10011001 11010110 10110111 11101 0 1110 10000 10010110 101011 1001000

Color Harmonies of #99D6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D6B7

Black with #99D6B7

Text Example


Text Example

White with #99D6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,214,183); }

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

background-color css

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

 a { background-color: rgb(153,214,183); }

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

border-color css

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

 span { border-color: rgb(153,214,183); }

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