Html Css Color HEX #85CAC9 Bermuda

📋 copy color: '#85CAC9'

red 133 ◦ green 202 ◦ blue 201

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

Shades of Bermuda #85CAC9

Tints of Bermuda #85CAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 24.81%
G = 37.69%
B = 37.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#85CAC9 (or 0x85CAC9) is known color: Bermuda. HEX triplet: 85, CA and C9. RGB value is (133,202,201). Sum of RGB (Red+Green+Blue) = 133+202+201=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CAC9 is #7A3536. Grayscale: #B5B5B5. Windows color (decimal): -8009015 or 13224581. OLE color: 13224581.

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

Color convert

RGB 133 202 201 -
CMYK 0.34 0 0.00 0.21
HSL 179.13º 0.39% 0.66% -
HSV(B) 179.13º 0.34% 0.79% -
XYZ 41.34 51.44 63.01 -
YUV 181.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 133 202 201 0.34 0 0.00 0.21 179.13 0.39 0.66
Hex 85 CA C9 22 0 0 15 B3 27 42
Octal 205 312 311 42 0 0 25 263 47 102
Binary 10000101 11001010 11001001 100010 0 0 10101 10110011 100111 1000010

Color Harmonies of #85CAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CAC9

Black with #85CAC9

Text Example


Text Example

White with #85CAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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