Html Css Color HEX #9BCEBA Vista Blue

📋 copy color: '#9BCEBA'

red 155 ◦ green 206 ◦ blue 186

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

Shades of Vista Blue #9BCEBA

Tints of Vista Blue #9BCEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34%

R = 28.34%
G = 37.66%
B = 34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#9BCEBA (or 0x9BCEBA) is known color: Vista Blue. HEX triplet: 9B, CE and BA. RGB value is (155,206,186). Sum of RGB (Red+Green+Blue) = 155+206+186=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEBA is #643145. Grayscale: #BCBCBC. Windows color (decimal): -6566214 or 12242587. OLE color: 12242587.

HSL color Cylindrical-coordinate representation of color #9BCEBA: hue angle of 156.47º 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 #9BCEBA is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 186 -
CMYK 0.25 0 0.10 0.19
HSL 156.47º 0.34% 0.71% -
HSV(B) 156.47º 0.25% 0.81% -
XYZ 44.45 54.66 54.66 -
YUV 188.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 155 206 186 0.25 0 0.10 0.19 156.47 0.34 0.71
Hex 9B CE BA 19 0 A 13 9C 22 47
Octal 233 316 272 31 0 12 23 234 42 107
Binary 10011011 11001110 10111010 11001 0 1010 10011 10011100 100010 1000111

Color Harmonies of #9BCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEBA

Black with #9BCEBA

Text Example


Text Example

White with #9BCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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