Html Css Color HEX #83CDE0 Spray

📋 copy color: '#83CDE0'

red 131 ◦ green 205 ◦ blue 224

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

Shades of Spray #83CDE0

Tints of Spray #83CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.61%

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

R = 23.39%
G = 36.61%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#83CDE0 (or 0x83CDE0) is known color: Spray. HEX triplet: 83, CD and E0. RGB value is (131,205,224). Sum of RGB (Red+Green+Blue) = 131+205+224=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #83CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDE0 is #7C321F. Grayscale: #B8B8B8. Windows color (decimal): -8139296 or 14732675. OLE color: 14732675.

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

Color convert

RGB 131 205 224 -
CMYK 0.42 0.08 0 0.12
HSL 192.26º 0.6% 0.7% -
HSV(B) 192.26º 0.42% 0.88% -
XYZ 44.65 53.87 78.57 -
YUV 185.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 131 205 224 0.42 0.08 0 0.12 192.26 0.6 0.7
Hex 83 CD E0 2A 8 0 C C0 3C 46
Octal 203 315 340 52 10 0 14 300 74 106
Binary 10000011 11001101 11100000 101010 1000 0 1100 11000000 111100 1000110

Color Harmonies of #83CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDE0

Black with #83CDE0

Text Example


Text Example

White with #83CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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