Html Css Color HEX #9FCBB2 Vista Blue

📋 copy color: '#9FCBB2'

red 159 ◦ green 203 ◦ blue 178

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

Shades of Vista Blue #9FCBB2

Tints of Vista Blue #9FCBB2

RGB

 RED value IS 159 (62.5% from 255) = 29.44%

 GREEN value IS 203 (79.69% from 255) = 37.59%

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

R = 29.44%
G = 37.59%
B = 32.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#9FCBB2 (or 0x9FCBB2) is known color: Vista Blue. HEX triplet: 9F, CB and B2. RGB value is (159,203,178). Sum of RGB (Red+Green+Blue) = 159+203+178=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCBB2 is #60344D. Grayscale: #BBBBBB. Windows color (decimal): -6304846 or 11717535. OLE color: 11717535.

HSL color Cylindrical-coordinate representation of color #9FCBB2: hue angle of 145.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCBB2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 203 178 -
CMYK 0.22 0 0.12 0.20
HSL 145.91º 0.3% 0.71% -
HSV(B) 145.91º 0.22% 0.8% -
XYZ 43.69 53.3 50.1 -
YUV 186.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 159 203 178 0.22 0 0.12 0.20 145.91 0.3 0.71
Hex 9F CB B2 16 0 C 14 92 1E 47
Octal 237 313 262 26 0 14 24 222 36 107
Binary 10011111 11001011 10110010 10110 0 1100 10100 10010010 11110 1000111

Color Harmonies of #9FCBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBB2

Black with #9FCBB2

Text Example


Text Example

White with #9FCBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,178); }

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

background-color css

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

 a { background-color: rgb(159,203,178); }

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

border-color css

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

 span { border-color: rgb(159,203,178); }

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