#8BCCC9

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

Shades of Bermuda #8BCCC9

Tints of Bermuda #8BCCC9

Color information

#8BCCC9 (or 0x8BCCC9) is unknown color: approx Bermuda. HEX triplet: 8B, CC and C9. RGB value is (139,204,201). Sum of RGB (Red+Green+Blue) = 139+204+201=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCC9 is #743336. Grayscale: #B8B8B8. Windows color (decimal): -7615287 or 13225099. OLE color: 13225099.

HSL color Cylindrical-coordinate representation of color #8BCCC9: hue angle of 177.23º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCCC9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB139204201-
CMYK0.3200.010.2
HSL177.23º38.92%67.25%-
HSV(B)177.23º31.86%80%-
XYZ42.7852.8963.21-
YUV184.22137.4795.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.55%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=25.55%
G=37.5%
B=36.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392042010.3200.010.2177.2338.9267.25
Hex8BCCC9200114b12743
Octal21331431140012426147103
Binary1000101111001100110010011000000110100101100011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,201); }

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

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

 a { background-color: rgb(139,204,201); }

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

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

 span { border-color: rgb(139,204,201); }

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