Html Css Color HEX #85D1C8 Bermuda

📋 copy color: '#85D1C8'

red 133 ◦ green 209 ◦ blue 200

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

Shades of Bermuda #85D1C8

Tints of Bermuda #85D1C8

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.56%

 BLUE value IS 200 (78.52% from 255) = 36.9%

R = 24.54%
G = 38.56%
B = 36.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#85D1C8 (or 0x85D1C8) is known color: Bermuda. HEX triplet: 85, D1 and C8. RGB value is (133,209,200). Sum of RGB (Red+Green+Blue) = 133+209+200=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #85D1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D1C8 is #7A2E37. Grayscale: #B9B9B9. Windows color (decimal): -8007224 or 13160837. OLE color: 13160837.

HSL color Cylindrical-coordinate representation of color #85D1C8: hue angle of 172.89º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D1C8 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 209 200 -
CMYK 0.36 0 0.04 0.18
HSL 172.89º 0.45% 0.67% -
HSV(B) 172.89º 0.36% 0.82% -
XYZ 42.9 54.76 62.95 -
YUV 185.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 133 209 200 0.36 0 0.04 0.18 172.89 0.45 0.67
Hex 85 D1 C8 24 0 4 12 AD 2D 43
Octal 205 321 310 44 0 4 22 255 55 103
Binary 10000101 11010001 11001000 100100 0 100 10010 10101101 101101 1000011

Color Harmonies of #85D1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D1C8

Black with #85D1C8

Text Example


Text Example

White with #85D1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,209,200); }

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

background-color css

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

 a { background-color: rgb(133,209,200); }

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

border-color css

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

 span { border-color: rgb(133,209,200); }

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