Html Css Color HEX #83C5DE Spray

📋 copy color: '#83C5DE'

red 131 ◦ green 197 ◦ blue 222

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

Shades of Spray #83C5DE

Tints of Spray #83C5DE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.82%

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 23.82%
G = 35.82%
B = 40.36%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83C5DE (or 0x83C5DE) is known color: Spray. HEX triplet: 83, C5 and DE. RGB value is (131,197,222). Sum of RGB (Red+Green+Blue) = 131+197+222=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #83C5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C5DE is #7C3A21. Grayscale: #B3B3B3. Windows color (decimal): -8141346 or 14599555. OLE color: 14599555.

HSL color Cylindrical-coordinate representation of color #83C5DE: hue angle of 196.48º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83C5DE is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 197 222 -
CMYK 0.41 0.11 0 0.13
HSL 196.48º 0.58% 0.69% -
HSV(B) 196.48º 0.41% 0.87% -
XYZ 42.51 50.03 76.52 -
YUV 180.12 151.63 92.97 -
System Red Green Blue C M Y K H S L
Decimal 131 197 222 0.41 0.11 0 0.13 196.48 0.58 0.69
Hex 83 C5 DE 29 B 0 D C4 3A 45
Octal 203 305 336 51 13 0 15 304 72 105
Binary 10000011 11000101 11011110 101001 1011 0 1101 11000100 111010 1000101

Color Harmonies of #83C5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C5DE

Black with #83C5DE

Text Example


Text Example

White with #83C5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,197,222); }

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

background-color css

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

 a { background-color: rgb(131,197,222); }

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

border-color css

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

 span { border-color: rgb(131,197,222); }

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