Html Css Color HEX #9BCEB6 Vista Blue

📋 copy color: '#9BCEB6'

red 155 ◦ green 206 ◦ blue 182

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

Shades of Vista Blue #9BCEB6

Tints of Vista Blue #9BCEB6

RGB

 RED value IS 155 (60.94% from 255) = 28.55%

 GREEN value IS 206 (80.86% from 255) = 37.94%

 BLUE value IS 182 (71.48% from 255) = 33.52%

R = 28.55%
G = 37.94%
B = 33.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#9BCEB6 (or 0x9BCEB6) is known color: Vista Blue. HEX triplet: 9B, CE and B6. RGB value is (155,206,182). Sum of RGB (Red+Green+Blue) = 155+206+182=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEB6 is #643149. Grayscale: #BCBCBC. Windows color (decimal): -6566218 or 11980443. OLE color: 11980443.

HSL color Cylindrical-coordinate representation of color #9BCEB6: hue angle of 151.76º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEB6 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 182 -
CMYK 0.25 0 0.12 0.19
HSL 151.76º 0.34% 0.71% -
HSV(B) 151.76º 0.25% 0.81% -
XYZ 44.03 54.49 52.45 -
YUV 188.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 155 206 182 0.25 0 0.12 0.19 151.76 0.34 0.71
Hex 9B CE B6 19 0 C 13 98 22 47
Octal 233 316 266 31 0 14 23 230 42 107
Binary 10011011 11001110 10110110 11001 0 1100 10011 10011000 100010 1000111

Color Harmonies of #9BCEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEB6

Black with #9BCEB6

Text Example


Text Example

White with #9BCEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,182); }

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

background-color css

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

 a { background-color: rgb(155,206,182); }

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

border-color css

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

 span { border-color: rgb(155,206,182); }

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