Html Css Color HEX #83CDDC Spray

📋 copy color: '#83CDDC'

red 131 ◦ green 205 ◦ blue 220

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

Shades of Spray #83CDDC

Tints of Spray #83CDDC

RGB

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

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

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

R = 23.56%
G = 36.87%
B = 39.57%

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

#83CDDC (or 0x83CDDC) is known color: Spray. HEX triplet: 83, CD and DC. RGB value is (131,205,220). Sum of RGB (Red+Green+Blue) = 131+205+220=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #83CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDDC is #7C3223. Grayscale: #B8B8B8. Windows color (decimal): -8139300 or 14470531. OLE color: 14470531.

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

Color convert

RGB 131 205 220 -
CMYK 0.40 0.07 0 0.14
HSL 190.11º 0.56% 0.69% -
HSV(B) 190.11º 0.4% 0.86% -
XYZ 44.11 53.66 75.74 -
YUV 184.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 131 205 220 0.40 0.07 0 0.14 190.11 0.56 0.69
Hex 83 CD DC 28 7 0 E BE 38 45
Octal 203 315 334 50 7 0 16 276 70 105
Binary 10000011 11001101 11011100 101000 111 0 1110 10111110 111000 1000101

Color Harmonies of #83CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDDC

Black with #83CDDC

Text Example


Text Example

White with #83CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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