Html Css Color HEX #95CBB3 Vista Blue

📋 copy color: '#95CBB3'

red 149 ◦ green 203 ◦ blue 179

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

Shades of Vista Blue #95CBB3

Tints of Vista Blue #95CBB3

RGB

 RED value IS 149 (58.59% from 255) = 28.06%

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

 BLUE value IS 179 (70.31% from 255) = 33.71%

R = 28.06%
G = 38.23%
B = 33.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#95CBB3 (or 0x95CBB3) is known color: Vista Blue. HEX triplet: 95, CB and B3. RGB value is (149,203,179). Sum of RGB (Red+Green+Blue) = 149+203+179=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBB3 is #6A344C. Grayscale: #B8B8B8. Windows color (decimal): -6960205 or 11783061. OLE color: 11783061.

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

Color convert

RGB 149 203 179 -
CMYK 0.27 0 0.12 0.20
HSL 153.33º 0.34% 0.69% -
HSV(B) 153.33º 0.27% 0.8% -
XYZ 41.89 52.36 50.55 -
YUV 184.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 149 203 179 0.27 0 0.12 0.20 153.33 0.34 0.69
Hex 95 CB B3 1B 0 C 14 99 22 45
Octal 225 313 263 33 0 14 24 231 42 105
Binary 10010101 11001011 10110011 11011 0 1100 10100 10011001 100010 1000101

Color Harmonies of #95CBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CBB3

Black with #95CBB3

Text Example


Text Example

White with #95CBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CBB3; }

 p { color: rgb(149,203,179); }

 H1.HeaderClassName
 {
   color: #95CBB3;
 }
 .AnyTagClassName
 {
   color: #95CBB3;
 }
</style>

background-color css

<style>
 a { background-color: #95CBB3; }

 a { background-color: rgb(149,203,179); }

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

border-color css

<style>
 span { border-color: #95CBB3; }

 span { border-color: rgb(149,203,179); }

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