Html Css Color HEX #8FC7BE Bermuda

📋 copy color: '#8FC7BE'

red 143 ◦ green 199 ◦ blue 190

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

Shades of Bermuda #8FC7BE

Tints of Bermuda #8FC7BE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 26.88%
G = 37.41%
B = 35.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#8FC7BE (or 0x8FC7BE) is known color: Bermuda. HEX triplet: 8F, C7 and BE. RGB value is (143,199,190). Sum of RGB (Red+Green+Blue) = 143+199+190=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7BE is #703841. Grayscale: #B5B5B5. Windows color (decimal): -7354434 or 12502927. OLE color: 12502927.

HSL color Cylindrical-coordinate representation of color #8FC7BE: hue angle of 170.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC7BE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 199 190 -
CMYK 0.28 0 0.05 0.22
HSL 170.36º 0.33% 0.67% -
HSV(B) 170.36º 0.28% 0.78% -
XYZ 41.05 50.4 56.28 -
YUV 181.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 143 199 190 0.28 0 0.05 0.22 170.36 0.33 0.67
Hex 8F C7 BE 1C 0 5 16 AA 21 43
Octal 217 307 276 34 0 5 26 252 41 103
Binary 10001111 11000111 10111110 11100 0 101 10110 10101010 100001 1000011

Color Harmonies of #8FC7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC7BE

Black with #8FC7BE

Text Example


Text Example

White with #8FC7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,199,190); }

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

background-color css

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

 a { background-color: rgb(143,199,190); }

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

border-color css

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

 span { border-color: rgb(143,199,190); }

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