Html Css Color HEX #85CDCD Spray

📋 copy color: '#85CDCD'

red 133 ◦ green 205 ◦ blue 205

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

Shades of Spray #85CDCD

Tints of Spray #85CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 24.49%
G = 37.75%
B = 37.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85CDCD (or 0x85CDCD) is known color: Spray. HEX triplet: 85, CD and CD. RGB value is (133,205,205). Sum of RGB (Red+Green+Blue) = 133+205+205=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #85CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDCD is #7A3232. Grayscale: #B7B7B7. Windows color (decimal): -8008243 or 13487493. OLE color: 13487493.

HSL color Cylindrical-coordinate representation of color #85CDCD: hue angle of 180º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDCD is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 205 205 -
CMYK 0.35 0 0 0.20
HSL 180º 0.42% 0.66% -
HSV(B) 180º 0.35% 0.8% -
XYZ 42.52 53.06 65.76 -
YUV 183.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 133 205 205 0.35 0 0 0.20 180 0.42 0.66
Hex 85 CD CD 23 0 0 14 B4 2A 42
Octal 205 315 315 43 0 0 24 264 52 102
Binary 10000101 11001101 11001101 100011 0 0 10100 10110100 101010 1000010

Color Harmonies of #85CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CDCD

Black with #85CDCD

Text Example


Text Example

White with #85CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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