Html Css Color HEX #83CCDD Spray

📋 copy color: '#83CCDD'

red 131 ◦ green 204 ◦ blue 221

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

Shades of Spray #83CCDD

Tints of Spray #83CCDD

RGB

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

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

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

R = 23.56%
G = 36.69%
B = 39.75%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83CCDD (or 0x83CCDD) is known color: Spray. HEX triplet: 83, CC and DD. RGB value is (131,204,221). Sum of RGB (Red+Green+Blue) = 131+204+221=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #83CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCDD is #7C3322. Grayscale: #B7B7B7. Windows color (decimal): -8139555 or 14535811. OLE color: 14535811.

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

Color convert

RGB 131 204 221 -
CMYK 0.41 0.08 0 0.13
HSL 191.33º 0.57% 0.69% -
HSV(B) 191.33º 0.41% 0.87% -
XYZ 44 53.23 76.36 -
YUV 184.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 131 204 221 0.41 0.08 0 0.13 191.33 0.57 0.69
Hex 83 CC DD 29 8 0 D BF 39 45
Octal 203 314 335 51 10 0 15 277 71 105
Binary 10000011 11001100 11011101 101001 1000 0 1101 10111111 111001 1000101

Color Harmonies of #83CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CCDD

Black with #83CCDD

Text Example


Text Example

White with #83CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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