Html Css Color HEX #83C2D9 Spray

📋 copy color: '#83C2D9'

red 131 ◦ green 194 ◦ blue 217

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

Shades of Spray #83C2D9

Tints of Spray #83C2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 24.17%
G = 35.79%
B = 40.04%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83C2D9 (or 0x83C2D9) is known color: Spray. HEX triplet: 83, C2 and D9. RGB value is (131,194,217). Sum of RGB (Red+Green+Blue) = 131+194+217=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #83C2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C2D9 is #7C3D26. Grayscale: #B1B1B1. Windows color (decimal): -8142119 or 14271107. OLE color: 14271107.

HSL color Cylindrical-coordinate representation of color #83C2D9: hue angle of 196.05º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83C2D9 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 194 217 -
CMYK 0.40 0.11 0 0.15
HSL 196.05º 0.53% 0.68% -
HSV(B) 196.05º 0.4% 0.85% -
XYZ 41.18 48.42 72.82 -
YUV 177.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 131 194 217 0.40 0.11 0 0.15 196.05 0.53 0.68
Hex 83 C2 D9 28 B 0 F C4 35 44
Octal 203 302 331 50 13 0 17 304 65 104
Binary 10000011 11000010 11011001 101000 1011 0 1111 11000100 110101 1000100

Color Harmonies of #83C2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C2D9

Black with #83C2D9

Text Example


Text Example

White with #83C2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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