Html Css Color HEX #8FB7B4 Conch

📋 copy color: '#8FB7B4'

red 143 ◦ green 183 ◦ blue 180

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

Shades of Conch #8FB7B4

Tints of Conch #8FB7B4

RGB

 RED value IS 143 (56.25% from 255) = 28.26%

 GREEN value IS 183 (71.88% from 255) = 36.17%

 BLUE value IS 180 (70.7% from 255) = 35.57%

R = 28.26%
G = 36.17%
B = 35.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#8FB7B4 (or 0x8FB7B4) is known color: Conch. HEX triplet: 8F, B7 and B4. RGB value is (143,183,180). Sum of RGB (Red+Green+Blue) = 143+183+180=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7B4 is #70484B. Grayscale: #AAAAAA. Windows color (decimal): -7358540 or 11843471. OLE color: 11843471.

HSL color Cylindrical-coordinate representation of color #8FB7B4: hue angle of 175.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB7B4 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 143 183 180 -
CMYK 0.22 0 0.02 0.28
HSL 175.5º 0.22% 0.64% -
HSV(B) 175.5º 0.22% 0.72% -
XYZ 36.5 43 49.56 -
YUV 170.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 143 183 180 0.22 0 0.02 0.28 175.5 0.22 0.64
Hex 8F B7 B4 16 0 2 1C B0 16 40
Octal 217 267 264 26 0 2 34 260 26 100
Binary 10001111 10110111 10110100 10110 0 10 11100 10110000 10110 1000000

Color Harmonies of #8FB7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB7B4

Black with #8FB7B4

Text Example


Text Example

White with #8FB7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FB7B4; }

 p { color: rgb(143,183,180); }

 H1.HeaderClassName
 {
   color: #8FB7B4;
 }
 .AnyTagClassName
 {
   color: #8FB7B4;
 }
</style>

background-color css

<style>
 a { background-color: #8FB7B4; }

 a { background-color: rgb(143,183,180); }

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

border-color css

<style>
 span { border-color: #8FB7B4; }

 span { border-color: rgb(143,183,180); }

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