Html Css Color HEX #83C8D9 Spray

📋 copy color: '#83C8D9'

red 131 ◦ green 200 ◦ blue 217

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

Shades of Spray #83C8D9

Tints of Spray #83C8D9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

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

R = 23.91%
G = 36.5%
B = 39.6%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83C8D9 (or 0x83C8D9) is known color: Spray. HEX triplet: 83, C8 and D9. RGB value is (131,200,217). Sum of RGB (Red+Green+Blue) = 131+200+217=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #83C8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8D9 is #7C3726. Grayscale: #B5B5B5. Windows color (decimal): -8140583 or 14272643. OLE color: 14272643.

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

Color convert

RGB 131 200 217 -
CMYK 0.40 0.08 0 0.15
HSL 191.86º 0.53% 0.68% -
HSV(B) 191.86º 0.4% 0.85% -
XYZ 42.54 51.14 73.28 -
YUV 181.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 131 200 217 0.40 0.08 0 0.15 191.86 0.53 0.68
Hex 83 C8 D9 28 8 0 F C0 35 44
Octal 203 310 331 50 10 0 17 300 65 104
Binary 10000011 11001000 11011001 101000 1000 0 1111 11000000 110101 1000100

Color Harmonies of #83C8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C8D9

Black with #83C8D9

Text Example


Text Example

White with #83C8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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