Html Css Color HEX #80DCFB Light Sky Blue

📋 copy color: '#80DCFB'

red 128 ◦ green 220 ◦ blue 251

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

Shades of Light Sky Blue #80DCFB

Tints of Light Sky Blue #80DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 21.37%
G = 36.73%
B = 41.9%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80DCFB (or 0x80DCFB) is known color: Light Sky Blue. HEX triplet: 80, DC and FB. RGB value is (128,220,251). Sum of RGB (Red+Green+Blue) = 128+220+251=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #80DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCFB is #7F2304. Grayscale: #C3C3C3. Windows color (decimal): -8332037 or 16505984. OLE color: 16505984.

HSL color Cylindrical-coordinate representation of color #80DCFB: hue angle of 195.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80DCFB is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 220 251 -
CMYK 0.49 0.12 0 0.02
HSL 195.12º 0.94% 0.74% -
HSV(B) 195.12º 0.49% 0.98% -
XYZ 51.91 62.74 100.64 -
YUV 196.03 159.02 79.48 -
System Red Green Blue C M Y K H S L
Decimal 128 220 251 0.49 0.12 0 0.02 195.12 0.94 0.74
Hex 80 DC FB 31 C 0 2 C3 5E 4A
Octal 200 334 373 61 14 0 2 303 136 112
Binary 10000000 11011100 11111011 110001 1100 0 10 11000011 1011110 1001010

Color Harmonies of #80DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCFB

Black with #80DCFB

Text Example


Text Example

White with #80DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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