Html Css Color HEX #85CACA Bermuda

📋 copy color: '#85CACA'

red 133 ◦ green 202 ◦ blue 202

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

Shades of Bermuda #85CACA

Tints of Bermuda #85CACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 24.77%
G = 37.62%
B = 37.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#85CACA (or 0x85CACA) is known color: Bermuda. HEX triplet: 85, CA and CA. RGB value is (133,202,202). Sum of RGB (Red+Green+Blue) = 133+202+202=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #85CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CACA is #7A3535. Grayscale: #B5B5B5. Windows color (decimal): -8009014 or 13290117. OLE color: 13290117.

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

Color convert

RGB 133 202 202 -
CMYK 0.34 0 0 0.21
HSL 180º 0.39% 0.66% -
HSV(B) 180º 0.34% 0.79% -
XYZ 41.45 51.49 63.63 -
YUV 181.37 139.64 93.5 -
System Red Green Blue C M Y K H S L
Decimal 133 202 202 0.34 0 0 0.21 180 0.39 0.66
Hex 85 CA CA 22 0 0 15 B4 27 42
Octal 205 312 312 42 0 0 25 264 47 102
Binary 10000101 11001010 11001010 100010 0 0 10101 10110100 100111 1000010

Color Harmonies of #85CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CACA

Black with #85CACA

Text Example


Text Example

White with #85CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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