#85CABD

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

Shades of Bermuda #85CABD

Tints of Bermuda #85CABD

Color information

#85CABD (or 0x85CABD) is unknown color: approx Bermuda. HEX triplet: 85, CA and BD. RGB value is (133,202,189). Sum of RGB (Red+Green+Blue) = 133+202+189=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #85CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CABD is #7A3542. Grayscale: #B3B3B3. Windows color (decimal): -8009027 or 12438149. OLE color: 12438149.

HSL color Cylindrical-coordinate representation of color #85CABD: hue angle of 168.7º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CABD is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB133202189-
CMYK0.3400.060.21
HSL168.7º39.43%65.69%-
HSV(B)168.7º34.16%79.22%-
XYZ39.9850.955.86-
YUV179.89133.1494.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=25.38%
G=38.55%
B=36.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021890.3400.060.21168.739.4365.69
Hex85CABD220615a92742
Octal20531227542062525147102
Binary100001011100101010111101100010011010101101010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,189); }

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

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

 a { background-color: rgb(133,202,189); }

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

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

 span { border-color: rgb(133,202,189); }

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