#8ADBBE

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

Shades of Bermuda #8ADBBE

Tints of Bermuda #8ADBBE

Color information

#8ADBBE (or 0x8ADBBE) is unknown color: approx Bermuda. HEX triplet: 8A, DB and BE. RGB value is (138,219,190). Sum of RGB (Red+Green+Blue) = 138+219+190=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBBE is #752441. Grayscale: #BFBFBF. Windows color (decimal): -7676994 or 12508042. OLE color: 12508042.

HSL color Cylindrical-coordinate representation of color #8ADBBE: hue angle of 158.52º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADBBE is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB138219190-
CMYK0.3700.130.14
HSL158.52º52.94%70%-
HSV(B)158.52º36.99%85.88%-
XYZ45.1159.7857.88-
YUV191.48127.1689.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=25.23%
G=40.04%
B=34.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382191900.3700.130.14158.5252.9470
Hex8ADBBE250DE9f3546
Octal212333276450151623765106
Binary100010101101101110111110100101011011110100111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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