Html Css Color HEX #83C1DB Spray

📋 copy color: '#83C1DB'

red 131 ◦ green 193 ◦ blue 219

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

Shades of Spray #83C1DB

Tints of Spray #83C1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 24.13%
G = 35.54%
B = 40.33%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83C1DB (or 0x83C1DB) is known color: Spray. HEX triplet: 83, C1 and DB. RGB value is (131,193,219). Sum of RGB (Red+Green+Blue) = 131+193+219=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #83C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C1DB is #7C3E24. Grayscale: #B1B1B1. Windows color (decimal): -8142373 or 14401923. OLE color: 14401923.

HSL color Cylindrical-coordinate representation of color #83C1DB: hue angle of 197.73º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83C1DB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 193 219 -
CMYK 0.40 0.12 0 0.14
HSL 197.73º 0.55% 0.69% -
HSV(B) 197.73º 0.4% 0.86% -
XYZ 41.22 48.08 74.13 -
YUV 177.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 131 193 219 0.40 0.12 0 0.14 197.73 0.55 0.69
Hex 83 C1 DB 28 C 0 E C6 37 45
Octal 203 301 333 50 14 0 16 306 67 105
Binary 10000011 11000001 11011011 101000 1100 0 1110 11000110 110111 1000101

Color Harmonies of #83C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C1DB

Black with #83C1DB

Text Example


Text Example

White with #83C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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