Html Css Color HEX #83DCDD Spray

📋 copy color: '#83DCDD'

red 131 ◦ green 220 ◦ blue 221

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

Shades of Spray #83DCDD

Tints of Spray #83DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.46%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 22.9%
G = 38.46%
B = 38.64%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83DCDD (or 0x83DCDD) is known color: Spray. HEX triplet: 83, DC and DD. RGB value is (131,220,221). Sum of RGB (Red+Green+Blue) = 131+220+221=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #83DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCDD is #7C2322. Grayscale: #C1C1C1. Windows color (decimal): -8135459 or 14539907. OLE color: 14539907.

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

Color convert

RGB 131 220 221 -
CMYK 0.41 0.00 0 0.13
HSL 180.67º 0.57% 0.69% -
HSV(B) 180.67º 0.41% 0.87% -
XYZ 48 61.23 77.7 -
YUV 193.5 143.51 83.42 -
System Red Green Blue C M Y K H S L
Decimal 131 220 221 0.41 0.00 0 0.13 180.67 0.57 0.69
Hex 83 DC DD 29 0 0 D B5 39 45
Octal 203 334 335 51 0 0 15 265 71 105
Binary 10000011 11011100 11011101 101001 0 0 1101 10110101 111001 1000101

Color Harmonies of #83DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCDD

Black with #83DCDD

Text Example


Text Example

White with #83DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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