Html Css Color HEX #85CBB8 Bermuda

📋 copy color: '#85CBB8'

red 133 ◦ green 203 ◦ blue 184

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

Shades of Bermuda #85CBB8

Tints of Bermuda #85CBB8

RGB

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

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

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

R = 25.58%
G = 39.04%
B = 35.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#85CBB8 (or 0x85CBB8) is known color: Bermuda. HEX triplet: 85, CB and B8. RGB value is (133,203,184). Sum of RGB (Red+Green+Blue) = 133+203+184=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBB8 is #7A3447. Grayscale: #B3B3B3. Windows color (decimal): -8008776 or 12110725. OLE color: 12110725.

HSL color Cylindrical-coordinate representation of color #85CBB8: hue angle of 163.71º 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 #85CBB8 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 184 -
CMYK 0.34 0 0.09 0.20
HSL 163.71º 0.4% 0.66% -
HSV(B) 163.71º 0.34% 0.8% -
XYZ 39.68 51.16 53.13 -
YUV 179.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 133 203 184 0.34 0 0.09 0.20 163.71 0.4 0.66
Hex 85 CB B8 22 0 9 14 A4 28 42
Octal 205 313 270 42 0 11 24 244 50 102
Binary 10000101 11001011 10111000 100010 0 1001 10100 10100100 101000 1000010

Color Harmonies of #85CBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBB8

Black with #85CBB8

Text Example


Text Example

White with #85CBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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