Html Css Color HEX #83C2DC Spray

📋 copy color: '#83C2DC'

red 131 ◦ green 194 ◦ blue 220

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

Shades of Spray #83C2DC

Tints of Spray #83C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 24.04%
G = 35.6%
B = 40.37%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83C2DC (or 0x83C2DC) is known color: Spray. HEX triplet: 83, C2 and DC. RGB value is (131,194,220). Sum of RGB (Red+Green+Blue) = 131+194+220=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C2DC is #7C3D23. Grayscale: #B1B1B1. Windows color (decimal): -8142116 or 14467715. OLE color: 14467715.

HSL color Cylindrical-coordinate representation of color #83C2DC: hue angle of 197.53º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83C2DC is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 194 220 -
CMYK 0.40 0.12 0 0.14
HSL 197.53º 0.56% 0.69% -
HSV(B) 197.53º 0.4% 0.86% -
XYZ 41.57 48.58 74.9 -
YUV 178.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 131 194 220 0.40 0.12 0 0.14 197.53 0.56 0.69
Hex 83 C2 DC 28 C 0 E C6 38 45
Octal 203 302 334 50 14 0 16 306 70 105
Binary 10000011 11000010 11011100 101000 1100 0 1110 11000110 111000 1000101

Color Harmonies of #83C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C2DC

Black with #83C2DC

Text Example


Text Example

White with #83C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,194,220); }

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

background-color css

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

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

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

border-color css

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

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

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