Html Css Color HEX #82C3CC Spray

📋 copy color: '#82C3CC'

red 130 ◦ green 195 ◦ blue 204

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

Shades of Spray #82C3CC

Tints of Spray #82C3CC

RGB

 RED value IS 130 (51.17% from 255) = 24.57%

 GREEN value IS 195 (76.56% from 255) = 36.86%

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

R = 24.57%
G = 36.86%
B = 38.56%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#82C3CC (or 0x82C3CC) is known color: Spray. HEX triplet: 82, C3 and CC. RGB value is (130,195,204). Sum of RGB (Red+Green+Blue) = 130+195+204=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #82C3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C3CC is #7D3C33. Grayscale: #B0B0B0. Windows color (decimal): -8207412 or 13419394. OLE color: 13419394.

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

Color convert

RGB 130 195 204 -
CMYK 0.36 0.04 0 0.2
HSL 187.3º 0.42% 0.65% -
HSV(B) 187.3º 0.36% 0.8% -
XYZ 39.62 48.14 64.33 -
YUV 176.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 130 195 204 0.36 0.04 0 0.2 187.3 0.42 0.65
Hex 82 C3 CC 24 4 0 14 BB 2A 41
Octal 202 303 314 44 4 0 24 273 52 101
Binary 10000010 11000011 11001100 100100 100 0 10100 10111011 101010 1000001

Color Harmonies of #82C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C3CC

Black with #82C3CC

Text Example


Text Example

White with #82C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82C3CC; }

 p { color: rgb(130,195,204); }

 H1.HeaderClassName
 {
   color: #82C3CC;
 }
 .AnyTagClassName
 {
   color: #82C3CC;
 }
</style>

background-color css

<style>
 a { background-color: #82C3CC; }

 a { background-color: rgb(130,195,204); }

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

border-color css

<style>
 span { border-color: #82C3CC; }

 span { border-color: rgb(130,195,204); }

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