Html Css Color HEX #95B4B3 Conch

📋 copy color: '#95B4B3'

red 149 ◦ green 180 ◦ blue 179

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

Shades of Conch #95B4B3

Tints of Conch #95B4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

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

R = 29.33%
G = 35.43%
B = 35.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#95B4B3 (or 0x95B4B3) is known color: Conch. HEX triplet: 95, B4 and B3. RGB value is (149,180,179). Sum of RGB (Red+Green+Blue) = 149+180+179=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #95B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4B3 is #6A4B4C. Grayscale: #AAAAAA. Windows color (decimal): -6966093 or 11777173. OLE color: 11777173.

HSL color Cylindrical-coordinate representation of color #95B4B3: hue angle of 178.06º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B4B3 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 180 179 -
CMYK 0.17 0 0.01 0.29
HSL 178.06º 0.17% 0.65% -
HSV(B) 178.06º 0.17% 0.71% -
XYZ 36.85 42.29 48.87 -
YUV 170.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 149 180 179 0.17 0 0.01 0.29 178.06 0.17 0.65
Hex 95 B4 B3 11 0 1 1D B2 11 41
Octal 225 264 263 21 0 1 35 262 21 101
Binary 10010101 10110100 10110011 10001 0 1 11101 10110010 10001 1000001

Color Harmonies of #95B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B4B3

Black with #95B4B3

Text Example


Text Example

White with #95B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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