Html Css Color HEX #85D8BC Bermuda

📋 copy color: '#85D8BC'

red 133 ◦ green 216 ◦ blue 188

#85D8BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #85D8BC

Tints of Bermuda #85D8BC

RGB

 RED value IS 133 (52.34% from 255) = 24.77%

 GREEN value IS 216 (84.77% from 255) = 40.22%

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 24.77%
G = 40.22%
B = 35.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#85D8BC (or 0x85D8BC) is known color: Bermuda. HEX triplet: 85, D8 and BC. RGB value is (133,216,188). Sum of RGB (Red+Green+Blue) = 133+216+188=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #85D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D8BC is #7A2743. Grayscale: #BCBCBC. Windows color (decimal): -8005444 or 12376197. OLE color: 12376197.

HSL color Cylindrical-coordinate representation of color #85D8BC: hue angle of 159.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D8BC is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 188 -
CMYK 0.38 0 0.13 0.15
HSL 159.76º 0.52% 0.68% -
HSV(B) 159.76º 0.38% 0.85% -
XYZ 43.31 57.73 56.44 -
YUV 187.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 133 216 188 0.38 0 0.13 0.15 159.76 0.52 0.68
Hex 85 D8 BC 26 0 D F A0 34 44
Octal 205 330 274 46 0 15 17 240 64 104
Binary 10000101 11011000 10111100 100110 0 1101 1111 10100000 110100 1000100

Color Harmonies of #85D8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D8BC

Black with #85D8BC

Text Example


Text Example

White with #85D8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,216,188); }

 H1.HeaderClassName
 {
   color: #85D8BC;
 }
 .AnyTagClassName
 {
   color: #85D8BC;
 }
</style>

background-color css

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

 a { background-color: rgb(133,216,188); }

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

border-color css

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

 span { border-color: rgb(133,216,188); }

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