#85CCBB

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

Shades of Bermuda #85CCBB

Tints of Bermuda #85CCBB

Color information

#85CCBB (or 0x85CCBB) is unknown color: approx Bermuda. HEX triplet: 85, CC and BB. RGB value is (133,204,187). Sum of RGB (Red+Green+Blue) = 133+204+187=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCBB is #7A3344. Grayscale: #B4B4B4. Windows color (decimal): -8008517 or 12307589. OLE color: 12307589.

HSL color Cylindrical-coordinate representation of color #85CCBB: hue angle of 165.63º degrees, saturation: 0.41, 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 #85CCBB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB133204187-
CMYK0.3500.080.2
HSL165.63º41.04%66.08%-
HSV(B)165.63º34.8%80%-
XYZ40.2451.7654.88-
YUV180.83131.4893.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=25.38%
G=38.93%
B=35.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041870.3500.080.2165.6341.0466.08
Hex85CCBB230814a62942
Octal205314273430102424651102
Binary1000010111001100101110111000110100010100101001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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