Html Css Color HEX #83CCDC Spray

📋 copy color: '#83CCDC'

red 131 ◦ green 204 ◦ blue 220

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

Shades of Spray #83CCDC

Tints of Spray #83CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

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

R = 23.6%
G = 36.76%
B = 39.64%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83CCDC (or 0x83CCDC) is known color: Spray. HEX triplet: 83, CC and DC. RGB value is (131,204,220). Sum of RGB (Red+Green+Blue) = 131+204+220=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #83CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCDC is #7C3323. Grayscale: #B7B7B7. Windows color (decimal): -8139556 or 14470275. OLE color: 14470275.

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

Color convert

RGB 131 204 220 -
CMYK 0.40 0.07 0 0.14
HSL 190.79º 0.56% 0.69% -
HSV(B) 190.79º 0.4% 0.86% -
XYZ 43.87 53.18 75.66 -
YUV 184 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 131 204 220 0.40 0.07 0 0.14 190.79 0.56 0.69
Hex 83 CC DC 28 7 0 E BF 38 45
Octal 203 314 334 50 7 0 16 277 70 105
Binary 10000011 11001100 11011100 101000 111 0 1110 10111111 111000 1000101

Color Harmonies of #83CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CCDC

Black with #83CCDC

Text Example


Text Example

White with #83CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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