#8AC8BD

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

Shades of Bermuda #8AC8BD

Tints of Bermuda #8AC8BD

Color information

#8AC8BD (or 0x8AC8BD) is unknown color: approx Bermuda. HEX triplet: 8A, C8 and BD. RGB value is (138,200,189). Sum of RGB (Red+Green+Blue) = 138+200+189=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8BD is #753742. Grayscale: #B4B4B4. Windows color (decimal): -7681859 or 12437642. OLE color: 12437642.

HSL color Cylindrical-coordinate representation of color #8AC8BD: hue angle of 169.35º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC8BD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB138200189-
CMYK0.3100.060.22
HSL169.35º36.05%66.27%-
HSV(B)169.35º31%78.43%-
XYZ40.3250.3955.74-
YUV180.21132.9697.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.19%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=26.19%
G=37.95%
B=35.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1382001890.3100.060.22169.3536.0566.27
Hex8AC8BD1F0616a92442
Octal21231027537062625144102
Binary10001010110010001011110111111011010110101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,189); }

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

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

 a { background-color: rgb(138,200,189); }

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

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

 span { border-color: rgb(138,200,189); }

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