Html Css Color HEX #83C9DC Spray

📋 copy color: '#83C9DC'

red 131 ◦ green 201 ◦ blue 220

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

Shades of Spray #83C9DC

Tints of Spray #83C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 23.73%
G = 36.41%
B = 39.86%

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

#83C9DC (or 0x83C9DC) is known color: Spray. HEX triplet: 83, C9 and DC. RGB value is (131,201,220). Sum of RGB (Red+Green+Blue) = 131+201+220=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C9DC is #7C3623. Grayscale: #B6B6B6. Windows color (decimal): -8140324 or 14469507. OLE color: 14469507.

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

Color convert

RGB 131 201 220 -
CMYK 0.40 0.09 0 0.14
HSL 192.81º 0.56% 0.69% -
HSV(B) 192.81º 0.4% 0.86% -
XYZ 43.16 51.77 75.43 -
YUV 182.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 131 201 220 0.40 0.09 0 0.14 192.81 0.56 0.69
Hex 83 C9 DC 28 9 0 E C1 38 45
Octal 203 311 334 50 11 0 16 301 70 105
Binary 10000011 11001001 11011100 101000 1001 0 1110 11000001 111000 1000101

Color Harmonies of #83C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C9DC

Black with #83C9DC

Text Example


Text Example

White with #83C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,201,220); }

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

background-color css

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

 a { background-color: rgb(131,201,220); }

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

border-color css

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

 span { border-color: rgb(131,201,220); }

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