Html Css Color HEX #85CFBC Bermuda

📋 copy color: '#85CFBC'

red 133 ◦ green 207 ◦ blue 188

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

Shades of Bermuda #85CFBC

Tints of Bermuda #85CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.2%

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

R = 25.19%
G = 39.2%
B = 35.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#85CFBC (or 0x85CFBC) is known color: Bermuda. HEX triplet: 85, CF and BC. RGB value is (133,207,188). Sum of RGB (Red+Green+Blue) = 133+207+188=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFBC is #7A3043. Grayscale: #B6B6B6. Windows color (decimal): -8007748 or 12373893. OLE color: 12373893.

HSL color Cylindrical-coordinate representation of color #85CFBC: hue angle of 164.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFBC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 188 -
CMYK 0.36 0 0.09 0.19
HSL 164.59º 0.44% 0.67% -
HSV(B) 164.59º 0.36% 0.81% -
XYZ 41.06 53.24 55.69 -
YUV 182.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 133 207 188 0.36 0 0.09 0.19 164.59 0.44 0.67
Hex 85 CF BC 24 0 9 13 A5 2C 43
Octal 205 317 274 44 0 11 23 245 54 103
Binary 10000101 11001111 10111100 100100 0 1001 10011 10100101 101100 1000011

Color Harmonies of #85CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFBC

Black with #85CFBC

Text Example


Text Example

White with #85CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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