Html Css Color HEX #83CDCE Spray

📋 copy color: '#83CDCE'

red 131 ◦ green 205 ◦ blue 206

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

Shades of Spray #83CDCE

Tints of Spray #83CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 24.17%
G = 37.82%
B = 38.01%

CMYK

 C value IS 0.36

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#83CDCE (or 0x83CDCE) is known color: Spray. HEX triplet: 83, CD and CE. RGB value is (131,205,206). Sum of RGB (Red+Green+Blue) = 131+205+206=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #83CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDCE is #7C3231. Grayscale: #B6B6B6. Windows color (decimal): -8139314 or 13553027. OLE color: 13553027.

HSL color Cylindrical-coordinate representation of color #83CDCE: hue angle of 180.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CDCE is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 205 206 -
CMYK 0.36 0.00 0 0.19
HSL 180.8º 0.43% 0.66% -
HSV(B) 180.8º 0.36% 0.81% -
XYZ 42.33 52.94 66.38 -
YUV 182.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 131 205 206 0.36 0.00 0 0.19 180.8 0.43 0.66
Hex 83 CD CE 24 0 0 13 B5 2B 42
Octal 203 315 316 44 0 0 23 265 53 102
Binary 10000011 11001101 11001110 100100 0 0 10011 10110101 101011 1000010

Color Harmonies of #83CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDCE

Black with #83CDCE

Text Example


Text Example

White with #83CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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