Html Css Color HEX #83CED5 Spray

📋 copy color: '#83CED5'

red 131 ◦ green 206 ◦ blue 213

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

Shades of Spray #83CED5

Tints of Spray #83CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.45%

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 23.82%
G = 37.45%
B = 38.73%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#83CED5 (or 0x83CED5) is known color: Spray. HEX triplet: 83, CE and D5. RGB value is (131,206,213). Sum of RGB (Red+Green+Blue) = 131+206+213=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #83CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CED5 is #7C312A. Grayscale: #B8B8B8. Windows color (decimal): -8139051 or 14012035. OLE color: 14012035.

HSL color Cylindrical-coordinate representation of color #83CED5: hue angle of 185.12º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83CED5 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 206 213 -
CMYK 0.38 0.03 0 0.16
HSL 185.12º 0.49% 0.67% -
HSV(B) 185.12º 0.38% 0.84% -
XYZ 43.44 53.77 71.04 -
YUV 184.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 131 206 213 0.38 0.03 0 0.16 185.12 0.49 0.67
Hex 83 CE D5 26 3 0 10 B9 31 43
Octal 203 316 325 46 3 0 20 271 61 103
Binary 10000011 11001110 11010101 100110 11 0 10000 10111001 110001 1000011

Color Harmonies of #83CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CED5

Black with #83CED5

Text Example


Text Example

White with #83CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,206,213); }

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

background-color css

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

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

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

border-color css

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

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

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