Html Css Color HEX #80DCF6 Sky Blue

📋 copy color: '#80DCF6'

red 128 ◦ green 220 ◦ blue 246

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

Shades of Sky Blue #80DCF6

Tints of Sky Blue #80DCF6

RGB

 RED value IS 128 (50.39% from 255) = 21.55%

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

 BLUE value IS 246 (96.48% from 255) = 41.41%

R = 21.55%
G = 37.04%
B = 41.41%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#80DCF6 (or 0x80DCF6) is known color: Sky Blue. HEX triplet: 80, DC and F6. RGB value is (128,220,246). Sum of RGB (Red+Green+Blue) = 128+220+246=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #80DCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCF6 is #7F2309. Grayscale: #C3C3C3. Windows color (decimal): -8332042 or 16178304. OLE color: 16178304.

HSL color Cylindrical-coordinate representation of color #80DCF6: hue angle of 193.22º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80DCF6 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 220 246 -
CMYK 0.48 0.11 0 0.04
HSL 193.22º 0.87% 0.73% -
HSV(B) 193.22º 0.48% 0.96% -
XYZ 51.13 62.43 96.54 -
YUV 195.46 156.52 79.89 -
System Red Green Blue C M Y K H S L
Decimal 128 220 246 0.48 0.11 0 0.04 193.22 0.87 0.73
Hex 80 DC F6 30 B 0 4 C1 57 49
Octal 200 334 366 60 13 0 4 301 127 111
Binary 10000000 11011100 11110110 110000 1011 0 100 11000001 1010111 1001001

Color Harmonies of #80DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCF6

Black with #80DCF6

Text Example


Text Example

White with #80DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80DCF6; }

 p { color: rgb(128,220,246); }

 H1.HeaderClassName
 {
   color: #80DCF6;
 }
 .AnyTagClassName
 {
   color: #80DCF6;
 }
</style>

background-color css

<style>
 a { background-color: #80DCF6; }

 a { background-color: rgb(128,220,246); }

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

border-color css

<style>
 span { border-color: #80DCF6; }

 span { border-color: rgb(128,220,246); }

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