#85DEBC

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

Shades of Bermuda #85DEBC

Tints of Bermuda #85DEBC

Color information

#85DEBC (or 0x85DEBC) is unknown color: approx Bermuda. HEX triplet: 85, DE and BC. RGB value is (133,222,188). Sum of RGB (Red+Green+Blue) = 133+222+188=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEBC is #7A2143. Grayscale: #BFBFBF. Windows color (decimal): -8003908 or 12377733. OLE color: 12377733.

HSL color Cylindrical-coordinate representation of color #85DEBC: hue angle of 157.08º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEBC is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB133222188-
CMYK0.4000.150.13
HSL157.08º57.42%69.61%-
HSV(B)157.08º40.09%87.06%-
XYZ44.8760.8656.96-
YUV191.51126.0186.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=24.49%
G=40.88%
B=34.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221880.4000.150.13157.0857.4269.61
Hex85DEBC280FD9d3946
Octal205336274500171523571106
Binary100001011101111010111100101000011111101100111011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DEBC; }

 p { color: rgb(133,222,188); }

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

<style>
 a { background-color: #85DEBC; }

 a { background-color: rgb(133,222,188); }

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

<style>
 span { border-color: #85DEBC; }

 span { border-color: rgb(133,222,188); }

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