Html Css Color HEX #85CCB7 Bermuda

📋 copy color: '#85CCB7'

red 133 ◦ green 204 ◦ blue 183

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

Shades of Bermuda #85CCB7

Tints of Bermuda #85CCB7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.23%

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

R = 25.58%
G = 39.23%
B = 35.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#85CCB7 (or 0x85CCB7) is known color: Bermuda. HEX triplet: 85, CC and B7. RGB value is (133,204,183). Sum of RGB (Red+Green+Blue) = 133+204+183=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCB7 is #7A3348. Grayscale: #B4B4B4. Windows color (decimal): -8008521 or 12045445. OLE color: 12045445.

HSL color Cylindrical-coordinate representation of color #85CCB7: hue angle of 162.25º degrees, saturation: 0.41, 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 #85CCB7 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 204 183 -
CMYK 0.35 0 0.10 0.2
HSL 162.25º 0.41% 0.66% -
HSV(B) 162.25º 0.35% 0.8% -
XYZ 39.81 51.59 52.66 -
YUV 180.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 133 204 183 0.35 0 0.10 0.2 162.25 0.41 0.66
Hex 85 CC B7 23 0 A 14 A2 29 42
Octal 205 314 267 43 0 12 24 242 51 102
Binary 10000101 11001100 10110111 100011 0 1010 10100 10100010 101001 1000010

Color Harmonies of #85CCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCB7

Black with #85CCB7

Text Example


Text Example

White with #85CCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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