#85CABE

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

Shades of Bermuda #85CABE

Tints of Bermuda #85CABE

Color information

#85CABE (or 0x85CABE) is unknown color: approx Bermuda. HEX triplet: 85, CA and BE. RGB value is (133,202,190). Sum of RGB (Red+Green+Blue) = 133+202+190=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #85CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CABE is #7A3541. Grayscale: #B3B3B3. Windows color (decimal): -8009026 or 12503685. OLE color: 12503685.

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

Color convert

RGB133202190-
CMYK0.3400.060.21
HSL169.57º39.43%65.69%-
HSV(B)169.57º34.16%79.22%-
XYZ40.0950.9556.44-
YUV180133.6494.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=25.33%
G=38.48%
B=36.19%

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
Decimal1332021900.3400.060.21169.5739.4365.69
Hex85CABE220615aa2742
Octal20531227642062525247102
Binary100001011100101010111110100010011010101101010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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