Html Css Color HEX #85CDB7 Bermuda

📋 copy color: '#85CDB7'

red 133 ◦ green 205 ◦ blue 183

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

Shades of Bermuda #85CDB7

Tints of Bermuda #85CDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 25.53%
G = 39.35%
B = 35.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#85CDB7 (or 0x85CDB7) is known color: Bermuda. HEX triplet: 85, CD and B7. RGB value is (133,205,183). Sum of RGB (Red+Green+Blue) = 133+205+183=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDB7 is #7A3248. Grayscale: #B4B4B4. Windows color (decimal): -8008265 or 12045701. OLE color: 12045701.

HSL color Cylindrical-coordinate representation of color #85CDB7: hue angle of 161.67º 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 #85CDB7 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 205 183 -
CMYK 0.35 0 0.11 0.20
HSL 161.67º 0.42% 0.66% -
HSV(B) 161.67º 0.35% 0.8% -
XYZ 40.05 52.07 52.74 -
YUV 180.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 133 205 183 0.35 0 0.11 0.20 161.67 0.42 0.66
Hex 85 CD B7 23 0 B 14 A2 2A 42
Octal 205 315 267 43 0 13 24 242 52 102
Binary 10000101 11001101 10110111 100011 0 1011 10100 10100010 101010 1000010

Color Harmonies of #85CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CDB7

Black with #85CDB7

Text Example


Text Example

White with #85CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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