Html Css Color HEX #82DCEE Sky Blue

📋 copy color: '#82DCEE'

red 130 ◦ green 220 ◦ blue 238

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

Shades of Sky Blue #82DCEE

Tints of Sky Blue #82DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

 BLUE value IS 238 (93.36% from 255) = 40.48%

R = 22.11%
G = 37.41%
B = 40.48%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82DCEE (or 0x82DCEE) is known color: Sky Blue. HEX triplet: 82, DC and EE. RGB value is (130,220,238). Sum of RGB (Red+Green+Blue) = 130+220+238=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #82DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCEE is #7D2311. Grayscale: #C2C2C2. Windows color (decimal): -8200978 or 15654018. OLE color: 15654018.

HSL color Cylindrical-coordinate representation of color #82DCEE: hue angle of 190º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82DCEE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 220 238 -
CMYK 0.45 0.08 0 0.07
HSL 190º 0.76% 0.72% -
HSV(B) 190º 0.45% 0.93% -
XYZ 50.23 62.11 90.23 -
YUV 195.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 130 220 238 0.45 0.08 0 0.07 190 0.76 0.72
Hex 82 DC EE 2D 8 0 7 BE 4C 48
Octal 202 334 356 55 10 0 7 276 114 110
Binary 10000010 11011100 11101110 101101 1000 0 111 10111110 1001100 1001000

Color Harmonies of #82DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DCEE

Black with #82DCEE

Text Example


Text Example

White with #82DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,220,238); }

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

background-color css

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

 a { background-color: rgb(130,220,238); }

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

border-color css

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

 span { border-color: rgb(130,220,238); }

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