Html Css Color HEX #83CDD5 Spray

📋 copy color: '#83CDD5'

red 131 ◦ green 205 ◦ blue 213

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

Shades of Spray #83CDD5

Tints of Spray #83CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.34%

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 23.86%
G = 37.34%
B = 38.8%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#83CDD5 (or 0x83CDD5) is known color: Spray. HEX triplet: 83, CD and D5. RGB value is (131,205,213). Sum of RGB (Red+Green+Blue) = 131+205+213=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #83CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDD5 is #7C322A. Grayscale: #B7B7B7. Windows color (decimal): -8139307 or 14011779. OLE color: 14011779.

HSL color Cylindrical-coordinate representation of color #83CDD5: hue angle of 185.85º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83CDD5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 205 213 -
CMYK 0.38 0.04 0 0.16
HSL 185.85º 0.49% 0.67% -
HSV(B) 185.85º 0.38% 0.84% -
XYZ 43.2 53.29 70.96 -
YUV 183.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 131 205 213 0.38 0.04 0 0.16 185.85 0.49 0.67
Hex 83 CD D5 26 4 0 10 BA 31 43
Octal 203 315 325 46 4 0 20 272 61 103
Binary 10000011 11001101 11010101 100110 100 0 10000 10111010 110001 1000011

Color Harmonies of #83CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDD5

Black with #83CDD5

Text Example


Text Example

White with #83CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,205,213); }

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

background-color css

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

 a { background-color: rgb(131,205,213); }

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

border-color css

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

 span { border-color: rgb(131,205,213); }

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