Html Css Color HEX #82CADF Spray

📋 copy color: '#82CADF'

red 130 ◦ green 202 ◦ blue 223

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

Shades of Spray #82CADF

Tints of Spray #82CADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.4%

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

R = 23.42%
G = 36.4%
B = 40.18%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82CADF (or 0x82CADF) is known color: Spray. HEX triplet: 82, CA and DF. RGB value is (130,202,223). Sum of RGB (Red+Green+Blue) = 130+202+223=555 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.42% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #82CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CADF is #7D3520. Grayscale: #B6B6B6. Windows color (decimal): -8205601 or 14666370. OLE color: 14666370.

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

Color convert

RGB 130 202 223 -
CMYK 0.42 0.09 0 0.13
HSL 193.55º 0.59% 0.69% -
HSV(B) 193.55º 0.42% 0.87% -
XYZ 43.65 52.31 77.61 -
YUV 182.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 130 202 223 0.42 0.09 0 0.13 193.55 0.59 0.69
Hex 82 CA DF 2A 9 0 D C2 3B 45
Octal 202 312 337 52 11 0 15 302 73 105
Binary 10000010 11001010 11011111 101010 1001 0 1101 11000010 111011 1000101

Color Harmonies of #82CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CADF

Black with #82CADF

Text Example


Text Example

White with #82CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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