Html Css Color HEX #83C8DB Spray

📋 copy color: '#83C8DB'

red 131 ◦ green 200 ◦ blue 219

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

Shades of Spray #83C8DB

Tints of Spray #83C8DB

RGB

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

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

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

R = 23.82%
G = 36.36%
B = 39.82%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83C8DB (or 0x83C8DB) is known color: Spray. HEX triplet: 83, C8 and DB. RGB value is (131,200,219). Sum of RGB (Red+Green+Blue) = 131+200+219=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #83C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8DB is #7C3724. Grayscale: #B5B5B5. Windows color (decimal): -8140581 or 14403715. OLE color: 14403715.

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

Color convert

RGB 131 200 219 -
CMYK 0.40 0.09 0 0.14
HSL 192.95º 0.55% 0.69% -
HSV(B) 192.95º 0.4% 0.86% -
XYZ 42.8 51.25 74.65 -
YUV 181.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 131 200 219 0.40 0.09 0 0.14 192.95 0.55 0.69
Hex 83 C8 DB 28 9 0 E C1 37 45
Octal 203 310 333 50 11 0 16 301 67 105
Binary 10000011 11001000 11011011 101000 1001 0 1110 11000001 110111 1000101

Color Harmonies of #83C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C8DB

Black with #83C8DB

Text Example


Text Example

White with #83C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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