#85CDBF

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

Shades of Bermuda #85CDBF

Tints of Bermuda #85CDBF

Color information

#85CDBF (or 0x85CDBF) is unknown color: approx Bermuda. HEX triplet: 85, CD and BF. RGB value is (133,205,191). Sum of RGB (Red+Green+Blue) = 133+205+191=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDBF is #7A3240. Grayscale: #B5B5B5. Windows color (decimal): -8008257 or 12569989. OLE color: 12569989.

HSL color Cylindrical-coordinate representation of color #85CDBF: hue angle of 168.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDBF is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB133205191-
CMYK0.3500.070.20
HSL168.33º41.86%66.27%-
HSV(B)168.33º35.12%80.39%-
XYZ40.9152.4157.25-
YUV181.88133.1593.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.14%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 191 (75% from 255) = 36.11%
R=25.14%
G=38.75%
B=36.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051910.3500.070.20168.3341.8666.27
Hex85CDBF230714a82a42
Octal20531527743072425052102
Binary100001011100110110111111100011011110100101010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,191); }

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

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

 a { background-color: rgb(133,205,191); }

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

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

 span { border-color: rgb(133,205,191); }

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