Html Css Color HEX #85DBBA Bermuda

📋 copy color: '#85DBBA'

red 133 ◦ green 219 ◦ blue 186

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

Shades of Bermuda #85DBBA

Tints of Bermuda #85DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

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

R = 24.72%
G = 40.71%
B = 34.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#85DBBA (or 0x85DBBA) is known color: Bermuda. HEX triplet: 85, DB and BA. RGB value is (133,219,186). Sum of RGB (Red+Green+Blue) = 133+219+186=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBBA is #7A2445. Grayscale: #BDBDBD. Windows color (decimal): -8004678 or 12245893. OLE color: 12245893.

HSL color Cylindrical-coordinate representation of color #85DBBA: hue angle of 156.98º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBBA is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 186 -
CMYK 0.39 0 0.15 0.14
HSL 156.98º 0.54% 0.69% -
HSV(B) 156.98º 0.39% 0.86% -
XYZ 43.87 59.19 55.57 -
YUV 189.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 133 219 186 0.39 0 0.15 0.14 156.98 0.54 0.69
Hex 85 DB BA 27 0 F E 9D 36 45
Octal 205 333 272 47 0 17 16 235 66 105
Binary 10000101 11011011 10111010 100111 0 1111 1110 10011101 110110 1000101

Color Harmonies of #85DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBBA

Black with #85DBBA

Text Example


Text Example

White with #85DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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