Html Css Color HEX #80DBF4 Sky Blue

📋 copy color: '#80DBF4'

red 128 ◦ green 219 ◦ blue 244

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

Shades of Sky Blue #80DBF4

Tints of Sky Blue #80DBF4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.06%

 BLUE value IS 244 (95.7% from 255) = 41.29%

R = 21.66%
G = 37.06%
B = 41.29%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#80DBF4 (or 0x80DBF4) is known color: Sky Blue. HEX triplet: 80, DB and F4. RGB value is (128,219,244). Sum of RGB (Red+Green+Blue) = 128+219+244=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #80DBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBF4 is #7F240B. Grayscale: #C2C2C2. Windows color (decimal): -8332300 or 16046976. OLE color: 16046976.

HSL color Cylindrical-coordinate representation of color #80DBF4: hue angle of 192.93º degrees, saturation: 0.84, 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 #80DBF4 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 219 244 -
CMYK 0.48 0.10 0 0.04
HSL 192.93º 0.84% 0.73% -
HSV(B) 192.93º 0.48% 0.96% -
XYZ 50.56 61.78 94.85 -
YUV 194.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 128 219 244 0.48 0.10 0 0.04 192.93 0.84 0.73
Hex 80 DB F4 30 A 0 4 C1 54 49
Octal 200 333 364 60 12 0 4 301 124 111
Binary 10000000 11011011 11110100 110000 1010 0 100 11000001 1010100 1001001

Color Harmonies of #80DBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DBF4

Black with #80DBF4

Text Example


Text Example

White with #80DBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,219,244); }

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

background-color css

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

 a { background-color: rgb(128,219,244); }

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

border-color css

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

 span { border-color: rgb(128,219,244); }

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