Html Css Color HEX #85CABE Bermuda

📋 copy color: '#85CABE'

red 133 ◦ green 202 ◦ blue 190

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

Shades of Bermuda #85CABE

Tints of Bermuda #85CABE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.48%

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 25.33%
G = 38.48%
B = 36.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#85CABE (or 0x85CABE) is known color: Bermuda. HEX triplet: 85, CA and BE. RGB value is (133,202,190). Sum of RGB (Red+Green+Blue) = 133+202+190=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #85CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CABE is #7A3541. Grayscale: #B3B3B3. Windows color (decimal): -8009026 or 12503685. OLE color: 12503685.

HSL color Cylindrical-coordinate representation of color #85CABE: hue angle of 169.57º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CABE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 190 -
CMYK 0.34 0 0.06 0.21
HSL 169.57º 0.39% 0.66% -
HSV(B) 169.57º 0.34% 0.79% -
XYZ 40.09 50.95 56.44 -
YUV 180 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 133 202 190 0.34 0 0.06 0.21 169.57 0.39 0.66
Hex 85 CA BE 22 0 6 15 AA 27 42
Octal 205 312 276 42 0 6 25 252 47 102
Binary 10000101 11001010 10111110 100010 0 110 10101 10101010 100111 1000010

Color Harmonies of #85CABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CABE

Black with #85CABE

Text Example


Text Example

White with #85CABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,190); }

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

background-color css

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

 a { background-color: rgb(133,202,190); }

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

border-color css

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

 span { border-color: rgb(133,202,190); }

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