Html Css Color HEX #83C1DE Spray

📋 copy color: '#83C1DE'

red 131 ◦ green 193 ◦ blue 222

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

Shades of Spray #83C1DE

Tints of Spray #83C1DE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.35%

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

R = 23.99%
G = 35.35%
B = 40.66%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83C1DE (or 0x83C1DE) is known color: Spray. HEX triplet: 83, C1 and DE. RGB value is (131,193,222). Sum of RGB (Red+Green+Blue) = 131+193+222=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #83C1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C1DE is #7C3E21. Grayscale: #B1B1B1. Windows color (decimal): -8142370 or 14598531. OLE color: 14598531.

HSL color Cylindrical-coordinate representation of color #83C1DE: hue angle of 199.12º 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 #83C1DE is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 193 222 -
CMYK 0.41 0.13 0 0.13
HSL 199.12º 0.58% 0.69% -
HSV(B) 199.12º 0.41% 0.87% -
XYZ 41.61 48.24 76.22 -
YUV 177.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 131 193 222 0.41 0.13 0 0.13 199.12 0.58 0.69
Hex 83 C1 DE 29 D 0 D C7 3A 45
Octal 203 301 336 51 15 0 15 307 72 105
Binary 10000011 11000001 11011110 101001 1101 0 1101 11000111 111010 1000101

Color Harmonies of #83C1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C1DE

Black with #83C1DE

Text Example


Text Example

White with #83C1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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