Html Css Color HEX #83DCE0 Spray

📋 copy color: '#83DCE0'

red 131 ◦ green 220 ◦ blue 224

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

Shades of Spray #83DCE0

Tints of Spray #83DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 22.78%
G = 38.26%
B = 38.96%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#83DCE0 (or 0x83DCE0) is known color: Spray. HEX triplet: 83, DC and E0. RGB value is (131,220,224). Sum of RGB (Red+Green+Blue) = 131+220+224=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #83DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCE0 is #7C231F. Grayscale: #C1C1C1. Windows color (decimal): -8135456 or 14736515. OLE color: 14736515.

HSL color Cylindrical-coordinate representation of color #83DCE0: hue angle of 182.58º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83DCE0 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 220 224 -
CMYK 0.42 0.02 0 0.12
HSL 182.58º 0.6% 0.7% -
HSV(B) 182.58º 0.42% 0.88% -
XYZ 48.41 61.39 79.82 -
YUV 193.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 131 220 224 0.42 0.02 0 0.12 182.58 0.6 0.7
Hex 83 DC E0 2A 2 0 C B7 3C 46
Octal 203 334 340 52 2 0 14 267 74 106
Binary 10000011 11011100 11100000 101010 10 0 1100 10110111 111100 1000110

Color Harmonies of #83DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCE0

Black with #83DCE0

Text Example


Text Example

White with #83DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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