#8ACDBE

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

Shades of Bermuda #8ACDBE

Tints of Bermuda #8ACDBE

Color information

#8ACDBE (or 0x8ACDBE) is unknown color: approx Bermuda. HEX triplet: 8A, CD and BE. RGB value is (138,205,190). Sum of RGB (Red+Green+Blue) = 138+205+190=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDBE is #753241. Grayscale: #B7B7B7. Windows color (decimal): -7680578 or 12504458. OLE color: 12504458.

HSL color Cylindrical-coordinate representation of color #8ACDBE: hue angle of 166.57º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDBE is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB138205190-
CMYK0.3300.070.20
HSL166.57º40.12%67.25%-
HSV(B)166.57º32.68%80.39%-
XYZ41.6152.7856.71-
YUV183.26131.895.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=25.89%
G=38.46%
B=35.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051900.3300.070.20166.5740.1267.25
Hex8ACDBE210714a72843
Octal21231527641072424750103
Binary100010101100110110111110100001011110100101001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,190); }

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

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

 a { background-color: rgb(138,205,190); }

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

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

 span { border-color: rgb(138,205,190); }

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