Html Css Color HEX #82CDE0 Spray

📋 copy color: '#82CDE0'

red 130 ◦ green 205 ◦ blue 224

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

Shades of Spray #82CDE0

Tints of Spray #82CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.67%

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 23.26%
G = 36.67%
B = 40.07%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#82CDE0 (or 0x82CDE0) is known color: Spray. HEX triplet: 82, CD and E0. RGB value is (130,205,224). Sum of RGB (Red+Green+Blue) = 130+205+224=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #82CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CDE0 is #7D321F. Grayscale: #B8B8B8. Windows color (decimal): -8204832 or 14732674. OLE color: 14732674.

HSL color Cylindrical-coordinate representation of color #82CDE0: hue angle of 192.13º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82CDE0 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 205 224 -
CMYK 0.42 0.08 0 0.12
HSL 192.13º 0.6% 0.69% -
HSV(B) 192.13º 0.42% 0.88% -
XYZ 44.49 53.79 78.56 -
YUV 184.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 130 205 224 0.42 0.08 0 0.12 192.13 0.6 0.69
Hex 82 CD E0 2A 8 0 C C0 3C 45
Octal 202 315 340 52 10 0 14 300 74 105
Binary 10000010 11001101 11100000 101010 1000 0 1100 11000000 111100 1000101

Color Harmonies of #82CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CDE0

Black with #82CDE0

Text Example


Text Example

White with #82CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,205,224); }

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

background-color css

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

 a { background-color: rgb(130,205,224); }

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

border-color css

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

 span { border-color: rgb(130,205,224); }

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