#8FC8C6

Color #8FC8C6 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #8FC8C6

Tints of Bermuda #8FC8C6

Color information

#8FC8C6 (or 0x8FC8C6) is unknown color: approx Bermuda. HEX triplet: 8F, C8 and C6. RGB value is (143,200,198). Sum of RGB (Red+Green+Blue) = 143+200+198=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC8C6 is #703739. Grayscale: #B6B6B6. Windows color (decimal): -7354170 or 13027471. OLE color: 13027471.

HSL color Cylindrical-coordinate representation of color #8FC8C6: hue angle of 177.89º degrees, saturation: 0.34, 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 #8FC8C6 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB143200198-
CMYK0.2800.010.22
HSL177.89º34.13%67.25%-
HSV(B)177.89º28.5%78.43%-
XYZ42.1851.2361.09-
YUV182.73136.6299.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=26.43%
G=36.97%
B=36.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001980.2800.010.22177.8934.1367.25
Hex8FC8C61C0116b22243
Octal21731030634012626242103
Binary100011111100100011000110111000110110101100101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,198); }

 H1.HeaderClassName
 {
   color: #8FC8C6;
 }
 .AnyTagClassName
 {
   color: #8FC8C6;
 }
</style>
background-color css

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

 a { background-color: rgb(143,200,198); }

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

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

 span { border-color: rgb(143,200,198); }

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