Html Css Color HEX #82C4DE Spray

📋 copy color: '#82C4DE'

red 130 ◦ green 196 ◦ blue 222

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

Shades of Spray #82C4DE

Tints of Spray #82C4DE

RGB

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

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

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

R = 23.72%
G = 35.77%
B = 40.51%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82C4DE (or 0x82C4DE) is known color: Spray. HEX triplet: 82, C4 and DE. RGB value is (130,196,222). Sum of RGB (Red+Green+Blue) = 130+196+222=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #82C4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C4DE is #7D3B21. Grayscale: #B3B3B3. Windows color (decimal): -8207138 or 14599298. OLE color: 14599298.

HSL color Cylindrical-coordinate representation of color #82C4DE: hue angle of 196.96º 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 #82C4DE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 196 222 -
CMYK 0.41 0.12 0 0.13
HSL 196.96º 0.58% 0.69% -
HSV(B) 196.96º 0.41% 0.87% -
XYZ 42.13 49.5 76.44 -
YUV 179.23 152.13 92.89 -
System Red Green Blue C M Y K H S L
Decimal 130 196 222 0.41 0.12 0 0.13 196.96 0.58 0.69
Hex 82 C4 DE 29 C 0 D C5 3A 45
Octal 202 304 336 51 14 0 15 305 72 105
Binary 10000010 11000100 11011110 101001 1100 0 1101 11000101 111010 1000101

Color Harmonies of #82C4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C4DE

Black with #82C4DE

Text Example


Text Example

White with #82C4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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