Html Css Color HEX #85DBB8 Bermuda

📋 copy color: '#85DBB8'

red 133 ◦ green 219 ◦ blue 184

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

Shades of Bermuda #85DBB8

Tints of Bermuda #85DBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.33%

R = 24.81%
G = 40.86%
B = 34.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#85DBB8 (or 0x85DBB8) is known color: Bermuda. HEX triplet: 85, DB and B8. RGB value is (133,219,184). Sum of RGB (Red+Green+Blue) = 133+219+184=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBB8 is #7A2447. Grayscale: #BDBDBD. Windows color (decimal): -8004680 or 12114821. OLE color: 12114821.

HSL color Cylindrical-coordinate representation of color #85DBB8: hue angle of 155.58º 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 #85DBB8 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 184 -
CMYK 0.39 0 0.16 0.14
HSL 155.58º 0.54% 0.69% -
HSV(B) 155.58º 0.39% 0.86% -
XYZ 43.66 59.11 54.46 -
YUV 189.3 125.01 87.85 -
System Red Green Blue C M Y K H S L
Decimal 133 219 184 0.39 0 0.16 0.14 155.58 0.54 0.69
Hex 85 DB B8 27 0 10 E 9C 36 45
Octal 205 333 270 47 0 20 16 234 66 105
Binary 10000101 11011011 10111000 100111 0 10000 1110 10011100 110110 1000101

Color Harmonies of #85DBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBB8

Black with #85DBB8

Text Example


Text Example

White with #85DBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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