Html Css Color HEX #85CBBF Bermuda

📋 copy color: '#85CBBF'

red 133 ◦ green 203 ◦ blue 191

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

Shades of Bermuda #85CBBF

Tints of Bermuda #85CBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.24%

R = 25.24%
G = 38.52%
B = 36.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#85CBBF (or 0x85CBBF) is known color: Bermuda. HEX triplet: 85, CB and BF. RGB value is (133,203,191). Sum of RGB (Red+Green+Blue) = 133+203+191=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBBF is #7A3440. Grayscale: #B4B4B4. Windows color (decimal): -8008769 or 12569477. OLE color: 12569477.

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

Color convert

RGB 133 203 191 -
CMYK 0.34 0 0.06 0.20
HSL 169.71º 0.4% 0.66% -
HSV(B) 169.71º 0.34% 0.8% -
XYZ 40.43 51.46 57.09 -
YUV 180.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 133 203 191 0.34 0 0.06 0.20 169.71 0.4 0.66
Hex 85 CB BF 22 0 6 14 AA 28 42
Octal 205 313 277 42 0 6 24 252 50 102
Binary 10000101 11001011 10111111 100010 0 110 10100 10101010 101000 1000010

Color Harmonies of #85CBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBBF

Black with #85CBBF

Text Example


Text Example

White with #85CBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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