Html Css Color HEX #85CDC5 Bermuda

📋 copy color: '#85CDC5'

red 133 ◦ green 205 ◦ blue 197

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

Shades of Bermuda #85CDC5

Tints of Bermuda #85CDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.32%

 BLUE value IS 197 (77.34% from 255) = 36.82%

R = 24.86%
G = 38.32%
B = 36.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#85CDC5 (or 0x85CDC5) is known color: Bermuda. HEX triplet: 85, CD and C5. RGB value is (133,205,197). Sum of RGB (Red+Green+Blue) = 133+205+197=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDC5 is #7A323A. Grayscale: #B6B6B6. Windows color (decimal): -8008251 or 12963205. OLE color: 12963205.

HSL color Cylindrical-coordinate representation of color #85CDC5: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDC5 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 205 197 -
CMYK 0.35 0 0.04 0.20
HSL 173.33º 0.42% 0.66% -
HSV(B) 173.33º 0.35% 0.8% -
XYZ 41.58 52.68 60.8 -
YUV 182.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 133 205 197 0.35 0 0.04 0.20 173.33 0.42 0.66
Hex 85 CD C5 23 0 4 14 AD 2A 42
Octal 205 315 305 43 0 4 24 255 52 102
Binary 10000101 11001101 11000101 100011 0 100 10100 10101101 101010 1000010

Color Harmonies of #85CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CDC5

Black with #85CDC5

Text Example


Text Example

White with #85CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,205,197); }

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

background-color css

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

 a { background-color: rgb(133,205,197); }

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

border-color css

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

 span { border-color: rgb(133,205,197); }

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