Html Css Color HEX #96CBB5 Vista Blue

📋 copy color: '#96CBB5'

red 150 ◦ green 203 ◦ blue 181

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

Shades of Vista Blue #96CBB5

Tints of Vista Blue #96CBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 28.09%
G = 38.01%
B = 33.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#96CBB5 (or 0x96CBB5) is known color: Vista Blue. HEX triplet: 96, CB and B5. RGB value is (150,203,181). Sum of RGB (Red+Green+Blue) = 150+203+181=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBB5 is #69344A. Grayscale: #B8B8B8. Windows color (decimal): -6894667 or 11914134. OLE color: 11914134.

HSL color Cylindrical-coordinate representation of color #96CBB5: hue angle of 155.09º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBB5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 181 -
CMYK 0.26 0 0.11 0.20
HSL 155.09º 0.34% 0.69% -
HSV(B) 155.09º 0.26% 0.8% -
XYZ 42.27 52.53 51.63 -
YUV 184.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 150 203 181 0.26 0 0.11 0.20 155.09 0.34 0.69
Hex 96 CB B5 1A 0 B 14 9B 22 45
Octal 226 313 265 32 0 13 24 233 42 105
Binary 10010110 11001011 10110101 11010 0 1011 10100 10011011 100010 1000101

Color Harmonies of #96CBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBB5

Black with #96CBB5

Text Example


Text Example

White with #96CBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,181); }

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

background-color css

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

 a { background-color: rgb(150,203,181); }

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

border-color css

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

 span { border-color: rgb(150,203,181); }

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