Html Css Color HEX #83CBCC Spray

📋 copy color: '#83CBCC'

red 131 ◦ green 203 ◦ blue 204

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

Shades of Spray #83CBCC

Tints of Spray #83CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.73%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 24.35%
G = 37.73%
B = 37.92%

CMYK

 C value IS 0.36

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#83CBCC (or 0x83CBCC) is known color: Spray. HEX triplet: 83, CB and CC. RGB value is (131,203,204). Sum of RGB (Red+Green+Blue) = 131+203+204=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #83CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBCC is #7C3433. Grayscale: #B5B5B5. Windows color (decimal): -8139828 or 13421443. OLE color: 13421443.

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

Color convert

RGB 131 203 204 -
CMYK 0.36 0.00 0 0.2
HSL 180.82º 0.42% 0.66% -
HSV(B) 180.82º 0.36% 0.8% -
XYZ 41.62 51.9 64.95 -
YUV 181.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 131 203 204 0.36 0.00 0 0.2 180.82 0.42 0.66
Hex 83 CB CC 24 0 0 14 B5 2A 42
Octal 203 313 314 44 0 0 24 265 52 102
Binary 10000011 11001011 11001100 100100 0 0 10100 10110101 101010 1000010

Color Harmonies of #83CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CBCC

Black with #83CBCC

Text Example


Text Example

White with #83CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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