Html Css Color HEX #96CFB1 Vista Blue

📋 copy color: '#96CFB1'

red 150 ◦ green 207 ◦ blue 177

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

Shades of Vista Blue #96CFB1

Tints of Vista Blue #96CFB1

RGB

 RED value IS 150 (58.98% from 255) = 28.09%

 GREEN value IS 207 (81.25% from 255) = 38.76%

 BLUE value IS 177 (69.53% from 255) = 33.15%

R = 28.09%
G = 38.76%
B = 33.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#96CFB1 (or 0x96CFB1) is known color: Vista Blue. HEX triplet: 96, CF and B1. RGB value is (150,207,177). Sum of RGB (Red+Green+Blue) = 150+207+177=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CFB1 is #69304E. Grayscale: #BABABA. Windows color (decimal): -6893647 or 11653014. OLE color: 11653014.

HSL color Cylindrical-coordinate representation of color #96CFB1: hue angle of 148.42º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFB1 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 177 -
CMYK 0.28 0 0.14 0.19
HSL 148.42º 0.37% 0.7% -
HSV(B) 148.42º 0.28% 0.81% -
XYZ 42.83 54.28 49.82 -
YUV 186.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 150 207 177 0.28 0 0.14 0.19 148.42 0.37 0.7
Hex 96 CF B1 1C 0 E 13 94 25 46
Octal 226 317 261 34 0 16 23 224 45 106
Binary 10010110 11001111 10110001 11100 0 1110 10011 10010100 100101 1000110

Color Harmonies of #96CFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFB1

Black with #96CFB1

Text Example


Text Example

White with #96CFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CFB1; }

 p { color: rgb(150,207,177); }

 H1.HeaderClassName
 {
   color: #96CFB1;
 }
 .AnyTagClassName
 {
   color: #96CFB1;
 }
</style>

background-color css

<style>
 a { background-color: #96CFB1; }

 a { background-color: rgb(150,207,177); }

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

border-color css

<style>
 span { border-color: #96CFB1; }

 span { border-color: rgb(150,207,177); }

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