Html Css Color HEX #83C4CB Spray

📋 copy color: '#83C4CB'

red 131 ◦ green 196 ◦ blue 203

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

Shades of Spray #83C4CB

Tints of Spray #83C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 24.72%
G = 36.98%
B = 38.3%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83C4CB (or 0x83C4CB) is known color: Spray. HEX triplet: 83, C4 and CB. RGB value is (131,196,203). Sum of RGB (Red+Green+Blue) = 131+196+203=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #83C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C4CB is #7C3B34. Grayscale: #B1B1B1. Windows color (decimal): -8141621 or 13354115. OLE color: 13354115.

HSL color Cylindrical-coordinate representation of color #83C4CB: hue angle of 185.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C4CB is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 196 203 -
CMYK 0.35 0.03 0 0.20
HSL 185.83º 0.41% 0.65% -
HSV(B) 185.83º 0.35% 0.8% -
XYZ 39.88 48.62 63.78 -
YUV 177.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 131 196 203 0.35 0.03 0 0.20 185.83 0.41 0.65
Hex 83 C4 CB 23 3 0 14 BA 29 41
Octal 203 304 313 43 3 0 24 272 51 101
Binary 10000011 11000100 11001011 100011 11 0 10100 10111010 101001 1000001

Color Harmonies of #83C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C4CB

Black with #83C4CB

Text Example


Text Example

White with #83C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,196,203); }

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

background-color css

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

 a { background-color: rgb(131,196,203); }

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

border-color css

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

 span { border-color: rgb(131,196,203); }

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