Html Css Color HEX #82DAE5 Spray

📋 copy color: '#82DAE5'

red 130 ◦ green 218 ◦ blue 229

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

Shades of Spray #82DAE5

Tints of Spray #82DAE5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.78%

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 22.53%
G = 37.78%
B = 39.69%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#82DAE5 (or 0x82DAE5) is known color: Spray. HEX triplet: 82, DA and E5. RGB value is (130,218,229). Sum of RGB (Red+Green+Blue) = 130+218+229=577 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.53% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #82DAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DAE5 is #7D251A. Grayscale: #C0C0C0. Windows color (decimal): -8201499 or 15063682. OLE color: 15063682.

HSL color Cylindrical-coordinate representation of color #82DAE5: hue angle of 186.67º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82DAE5 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 218 229 -
CMYK 0.43 0.05 0 0.10
HSL 186.67º 0.66% 0.7% -
HSV(B) 186.67º 0.43% 0.9% -
XYZ 48.42 60.55 83.26 -
YUV 192.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 130 218 229 0.43 0.05 0 0.10 186.67 0.66 0.7
Hex 82 DA E5 2B 5 0 A BB 42 46
Octal 202 332 345 53 5 0 12 273 102 106
Binary 10000010 11011010 11100101 101011 101 0 1010 10111011 1000010 1000110

Color Harmonies of #82DAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DAE5

Black with #82DAE5

Text Example


Text Example

White with #82DAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,229); }

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

background-color css

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

 a { background-color: rgb(130,218,229); }

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

border-color css

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

 span { border-color: rgb(130,218,229); }

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