Html Css Color HEX #8FC9BC Bermuda

📋 copy color: '#8FC9BC'

red 143 ◦ green 201 ◦ blue 188

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

Shades of Bermuda #8FC9BC

Tints of Bermuda #8FC9BC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 26.88%
G = 37.78%
B = 35.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#8FC9BC (or 0x8FC9BC) is known color: Bermuda. HEX triplet: 8F, C9 and BC. RGB value is (143,201,188). Sum of RGB (Red+Green+Blue) = 143+201+188=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC9BC is #703643. Grayscale: #B6B6B6. Windows color (decimal): -7353924 or 12372367. OLE color: 12372367.

HSL color Cylindrical-coordinate representation of color #8FC9BC: hue angle of 166.55º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC9BC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 201 188 -
CMYK 0.29 0 0.06 0.21
HSL 166.55º 0.35% 0.67% -
HSV(B) 166.55º 0.29% 0.79% -
XYZ 41.29 51.24 55.29 -
YUV 182.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 143 201 188 0.29 0 0.06 0.21 166.55 0.35 0.67
Hex 8F C9 BC 1D 0 6 15 A7 23 43
Octal 217 311 274 35 0 6 25 247 43 103
Binary 10001111 11001001 10111100 11101 0 110 10101 10100111 100011 1000011

Color Harmonies of #8FC9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC9BC

Black with #8FC9BC

Text Example


Text Example

White with #8FC9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,201,188); }

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

background-color css

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

 a { background-color: rgb(143,201,188); }

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

border-color css

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

 span { border-color: rgb(143,201,188); }

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