Html Css Color HEX #85CBBA Bermuda

📋 copy color: '#85CBBA'

red 133 ◦ green 203 ◦ blue 186

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

Shades of Bermuda #85CBBA

Tints of Bermuda #85CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 25.48%
G = 38.89%
B = 35.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#85CBBA (or 0x85CBBA) is known color: Bermuda. HEX triplet: 85, CB and BA. RGB value is (133,203,186). Sum of RGB (Red+Green+Blue) = 133+203+186=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBBA is #7A3445. Grayscale: #B4B4B4. Windows color (decimal): -8008774 or 12241797. OLE color: 12241797.

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

Color convert

RGB 133 203 186 -
CMYK 0.34 0 0.08 0.20
HSL 165.43º 0.4% 0.66% -
HSV(B) 165.43º 0.34% 0.8% -
XYZ 39.89 51.24 54.24 -
YUV 180.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 133 203 186 0.34 0 0.08 0.20 165.43 0.4 0.66
Hex 85 CB BA 22 0 8 14 A5 28 42
Octal 205 313 272 42 0 10 24 245 50 102
Binary 10000101 11001011 10111010 100010 0 1000 10100 10100101 101000 1000010

Color Harmonies of #85CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBBA

Black with #85CBBA

Text Example


Text Example

White with #85CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,203,186); }

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

background-color css

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

 a { background-color: rgb(133,203,186); }

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

border-color css

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

 span { border-color: rgb(133,203,186); }

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