Html Css Color HEX #83CCCD Spray

📋 copy color: '#83CCCD'

red 131 ◦ green 204 ◦ blue 205

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

Shades of Spray #83CCCD

Tints of Spray #83CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.78%

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

R = 24.26%
G = 37.78%
B = 37.96%

CMYK

 C value IS 0.36

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83CCCD (or 0x83CCCD) is known color: Spray. HEX triplet: 83, CC and CD. RGB value is (131,204,205). Sum of RGB (Red+Green+Blue) = 131+204+205=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #83CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCCD is #7C3332. Grayscale: #B6B6B6. Windows color (decimal): -8139571 or 13487235. OLE color: 13487235.

HSL color Cylindrical-coordinate representation of color #83CCCD: hue angle of 180.81º 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 #83CCCD is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 204 205 -
CMYK 0.36 0.00 0 0.20
HSL 180.81º 0.43% 0.66% -
HSV(B) 180.81º 0.36% 0.8% -
XYZ 41.97 52.42 65.66 -
YUV 182.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 131 204 205 0.36 0.00 0 0.20 180.81 0.43 0.66
Hex 83 CC CD 24 0 0 14 B5 2B 42
Octal 203 314 315 44 0 0 24 265 53 102
Binary 10000011 11001100 11001101 100100 0 0 10100 10110101 101011 1000010

Color Harmonies of #83CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CCCD

Black with #83CCCD

Text Example


Text Example

White with #83CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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