Html Css Color HEX #82C2DE Spray

📋 copy color: '#82C2DE'

red 130 ◦ green 194 ◦ blue 222

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

Shades of Spray #82C2DE

Tints of Spray #82C2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 23.81%
G = 35.53%
B = 40.66%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82C2DE (or 0x82C2DE) is known color: Spray. HEX triplet: 82, C2 and DE. RGB value is (130,194,222). Sum of RGB (Red+Green+Blue) = 130+194+222=546 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.81% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #82C2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C2DE is #7D3D21. Grayscale: #B1B1B1. Windows color (decimal): -8207650 or 14598786. OLE color: 14598786.

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

Color convert

RGB 130 194 222 -
CMYK 0.41 0.13 0 0.13
HSL 198.26º 0.58% 0.69% -
HSV(B) 198.26º 0.41% 0.87% -
XYZ 41.68 48.6 76.29 -
YUV 178.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 130 194 222 0.41 0.13 0 0.13 198.26 0.58 0.69
Hex 82 C2 DE 29 D 0 D C6 3A 45
Octal 202 302 336 51 15 0 15 306 72 105
Binary 10000010 11000010 11011110 101001 1101 0 1101 11000110 111010 1000101

Color Harmonies of #82C2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C2DE

Black with #82C2DE

Text Example


Text Example

White with #82C2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,222); }

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

background-color css

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

 a { background-color: rgb(130,194,222); }

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

border-color css

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

 span { border-color: rgb(130,194,222); }

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