Html Css Color HEX #82DAF0 Sky Blue

📋 copy color: '#82DAF0'

red 130 ◦ green 218 ◦ blue 240

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

Shades of Sky Blue #82DAF0

Tints of Sky Blue #82DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.82%

R = 22.11%
G = 37.07%
B = 40.82%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82DAF0 (or 0x82DAF0) is known color: Sky Blue. HEX triplet: 82, DA and F0. RGB value is (130,218,240). Sum of RGB (Red+Green+Blue) = 130+218+240=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #82DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DAF0 is #7D250F. Grayscale: #C2C2C2. Windows color (decimal): -8201488 or 15784578. OLE color: 15784578.

HSL color Cylindrical-coordinate representation of color #82DAF0: hue angle of 192º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82DAF0 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 218 240 -
CMYK 0.46 0.09 0 0.06
HSL 192º 0.79% 0.73% -
HSV(B) 192º 0.46% 0.94% -
XYZ 50.01 61.18 91.61 -
YUV 194.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 130 218 240 0.46 0.09 0 0.06 192 0.79 0.73
Hex 82 DA F0 2E 9 0 6 C0 4F 49
Octal 202 332 360 56 11 0 6 300 117 111
Binary 10000010 11011010 11110000 101110 1001 0 110 11000000 1001111 1001001

Color Harmonies of #82DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DAF0

Black with #82DAF0

Text Example


Text Example

White with #82DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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