#85DEBB

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

Shades of Bermuda #85DEBB

Tints of Bermuda #85DEBB

Color information

#85DEBB (or 0x85DEBB) is unknown color: approx Bermuda. HEX triplet: 85, DE and BB. RGB value is (133,222,187). Sum of RGB (Red+Green+Blue) = 133+222+187=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEBB is #7A2144. Grayscale: #BFBFBF. Windows color (decimal): -8003909 or 12312197. OLE color: 12312197.

HSL color Cylindrical-coordinate representation of color #85DEBB: hue angle of 156.4º 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 #85DEBB is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB133222187-
CMYK0.4000.160.13
HSL156.4º57.42%69.61%-
HSV(B)156.4º40.09%87.06%-
XYZ44.7660.8256.39-
YUV191.4125.5186.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=24.54%
G=40.96%
B=34.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221870.4000.160.13156.457.4269.61
Hex85DEBB28010D9c3946
Octal205336273500201523471106
Binary1000010111011110101110111010000100001101100111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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