Html Css Color HEX #85CABA Bermuda

📋 copy color: '#85CABA'

red 133 ◦ green 202 ◦ blue 186

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

Shades of Bermuda #85CABA

Tints of Bermuda #85CABA

RGB

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

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

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

R = 25.53%
G = 38.77%
B = 35.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#85CABA (or 0x85CABA) is known color: Bermuda. HEX triplet: 85, CA and BA. RGB value is (133,202,186). Sum of RGB (Red+Green+Blue) = 133+202+186=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #85CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CABA is #7A3545. Grayscale: #B3B3B3. Windows color (decimal): -8009030 or 12241541. OLE color: 12241541.

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

Color convert

RGB 133 202 186 -
CMYK 0.34 0 0.08 0.21
HSL 166.09º 0.39% 0.66% -
HSV(B) 166.09º 0.34% 0.79% -
XYZ 39.66 50.77 54.16 -
YUV 179.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 133 202 186 0.34 0 0.08 0.21 166.09 0.39 0.66
Hex 85 CA BA 22 0 8 15 A6 27 42
Octal 205 312 272 42 0 10 25 246 47 102
Binary 10000101 11001010 10111010 100010 0 1000 10101 10100110 100111 1000010

Color Harmonies of #85CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CABA

Black with #85CABA

Text Example


Text Example

White with #85CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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