Html Css Color HEX #83CDCD Spray

📋 copy color: '#83CDCD'

red 131 ◦ green 205 ◦ blue 205

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

Shades of Spray #83CDCD

Tints of Spray #83CDCD

RGB

 RED value IS 131 (51.56% from 255) = 24.21%

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

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

R = 24.21%
G = 37.89%
B = 37.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83CDCD (or 0x83CDCD) is known color: Spray. HEX triplet: 83, CD and CD. RGB value is (131,205,205). Sum of RGB (Red+Green+Blue) = 131+205+205=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #83CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDCD is #7C3232. Grayscale: #B6B6B6. Windows color (decimal): -8139315 or 13487491. OLE color: 13487491.

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

Color convert

RGB 131 205 205 -
CMYK 0.36 0 0 0.20
HSL 180º 0.43% 0.66% -
HSV(B) 180º 0.36% 0.8% -
XYZ 42.21 52.9 65.74 -
YUV 182.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 131 205 205 0.36 0 0 0.20 180 0.43 0.66
Hex 83 CD CD 24 0 0 14 B4 2B 42
Octal 203 315 315 44 0 0 24 264 53 102
Binary 10000011 11001101 11001101 100100 0 0 10100 10110100 101011 1000010

Color Harmonies of #83CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDCD

Black with #83CDCD

Text Example


Text Example

White with #83CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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