#85CABA

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

Shades of Bermuda #85CABA

Tints of Bermuda #85CABA

Color information

#85CABA (or 0x85CABA) is unknown color: approx Bermuda. HEX triplet: 85, CA and BA. RGB value is (133,202,186). Sum of RGB (Red+Green+Blue) = 133+202+186=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #85CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CABA is #7A3545. Grayscale: #B3B3B3. Windows color (decimal): -8009030 or 12241541. OLE color: 12241541.

HSL color Cylindrical-coordinate representation of color #85CABA: hue angle of 166.09º 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 #85CABA is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB133202186-
CMYK0.3400.080.21
HSL166.09º39.43%65.69%-
HSV(B)166.09º34.16%79.22%-
XYZ39.6650.7754.16-
YUV179.54131.6494.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=25.53%
G=38.77%
B=35.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021860.3400.080.21166.0939.4365.69
Hex85CABA220815a62742
Octal205312272420102524647102
Binary1000010111001010101110101000100100010101101001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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