Html Css Color HEX #82C3DF Spray

📋 copy color: '#82C3DF'

red 130 ◦ green 195 ◦ blue 223

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

Shades of Spray #82C3DF

Tints of Spray #82C3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 23.72%
G = 35.58%
B = 40.69%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82C3DF (or 0x82C3DF) is known color: Spray. HEX triplet: 82, C3 and DF. RGB value is (130,195,223). Sum of RGB (Red+Green+Blue) = 130+195+223=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #82C3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C3DF is #7D3C20. Grayscale: #B2B2B2. Windows color (decimal): -8207393 or 14664578. OLE color: 14664578.

HSL color Cylindrical-coordinate representation of color #82C3DF: hue angle of 198.06º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82C3DF is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 195 223 -
CMYK 0.42 0.13 0 0.13
HSL 198.06º 0.59% 0.69% -
HSV(B) 198.06º 0.42% 0.87% -
XYZ 42.04 49.1 77.07 -
YUV 178.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 130 195 223 0.42 0.13 0 0.13 198.06 0.59 0.69
Hex 82 C3 DF 2A D 0 D C6 3B 45
Octal 202 303 337 52 15 0 15 306 73 105
Binary 10000010 11000011 11011111 101010 1101 0 1101 11000110 111011 1000101

Color Harmonies of #82C3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C3DF

Black with #82C3DF

Text Example


Text Example

White with #82C3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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