Html Css Color HEX #9CDEBB Vista Blue

📋 copy color: '#9CDEBB'

red 156 ◦ green 222 ◦ blue 187

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

Shades of Vista Blue #9CDEBB

Tints of Vista Blue #9CDEBB

RGB

 RED value IS 156 (61.33% from 255) = 27.61%

 GREEN value IS 222 (87.11% from 255) = 39.29%

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

R = 27.61%
G = 39.29%
B = 33.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#9CDEBB (or 0x9CDEBB) is known color: Vista Blue. HEX triplet: 9C, DE and BB. RGB value is (156,222,187). Sum of RGB (Red+Green+Blue) = 156+222+187=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDEBB is #632144. Grayscale: #C6C6C6. Windows color (decimal): -6496581 or 12312220. OLE color: 12312220.

HSL color Cylindrical-coordinate representation of color #9CDEBB: hue angle of 148.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEBB is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 222 187 -
CMYK 0.30 0 0.16 0.13
HSL 148.18º 0.5% 0.74% -
HSV(B) 148.18º 0.3% 0.87% -
XYZ 48.8 62.9 56.58 -
YUV 198.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 156 222 187 0.30 0 0.16 0.13 148.18 0.5 0.74
Hex 9C DE BB 1E 0 10 D 94 32 4A
Octal 234 336 273 36 0 20 15 224 62 112
Binary 10011100 11011110 10111011 11110 0 10000 1101 10010100 110010 1001010

Color Harmonies of #9CDEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDEBB

Black with #9CDEBB

Text Example


Text Example

White with #9CDEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CDEBB; }

 p { color: rgb(156,222,187); }

 H1.HeaderClassName
 {
   color: #9CDEBB;
 }
 .AnyTagClassName
 {
   color: #9CDEBB;
 }
</style>

background-color css

<style>
 a { background-color: #9CDEBB; }

 a { background-color: rgb(156,222,187); }

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

border-color css

<style>
 span { border-color: #9CDEBB; }

 span { border-color: rgb(156,222,187); }

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