Html Css Color HEX #83C1DC Spray

📋 copy color: '#83C1DC'

red 131 ◦ green 193 ◦ blue 220

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

Shades of Spray #83C1DC

Tints of Spray #83C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

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

R = 24.08%
G = 35.48%
B = 40.44%

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

#83C1DC (or 0x83C1DC) is known color: Spray. HEX triplet: 83, C1 and DC. RGB value is (131,193,220). Sum of RGB (Red+Green+Blue) = 131+193+220=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C1DC is #7C3E23. Grayscale: #B1B1B1. Windows color (decimal): -8142372 or 14467459. OLE color: 14467459.

HSL color Cylindrical-coordinate representation of color #83C1DC: hue angle of 198.2º 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 #83C1DC is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 193 220 -
CMYK 0.40 0.12 0 0.14
HSL 198.2º 0.56% 0.69% -
HSV(B) 198.2º 0.4% 0.86% -
XYZ 41.35 48.13 74.82 -
YUV 177.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 131 193 220 0.40 0.12 0 0.14 198.2 0.56 0.69
Hex 83 C1 DC 28 C 0 E C6 38 45
Octal 203 301 334 50 14 0 16 306 70 105
Binary 10000011 11000001 11011100 101000 1100 0 1110 11000110 111000 1000101

Color Harmonies of #83C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C1DC

Black with #83C1DC

Text Example


Text Example

White with #83C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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