Html Css Color HEX #80DBFC Light Sky Blue

📋 copy color: '#80DBFC'

red 128 ◦ green 219 ◦ blue 252

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

Shades of Light Sky Blue #80DBFC

Tints of Light Sky Blue #80DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 21.37%
G = 36.56%
B = 42.07%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80DBFC (or 0x80DBFC) is known color: Light Sky Blue. HEX triplet: 80, DB and FC. RGB value is (128,219,252). Sum of RGB (Red+Green+Blue) = 128+219+252=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #80DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBFC is #7F2403. Grayscale: #C3C3C3. Windows color (decimal): -8332292 or 16571264. OLE color: 16571264.

HSL color Cylindrical-coordinate representation of color #80DBFC: hue angle of 195.97º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80DBFC is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 219 252 -
CMYK 0.49 0.13 0 0.01
HSL 195.97º 0.95% 0.75% -
HSV(B) 195.97º 0.49% 0.99% -
XYZ 51.8 62.28 101.39 -
YUV 195.55 159.85 79.82 -
System Red Green Blue C M Y K H S L
Decimal 128 219 252 0.49 0.13 0 0.01 195.97 0.95 0.75
Hex 80 DB FC 31 D 0 1 C4 5F 4B
Octal 200 333 374 61 15 0 1 304 137 113
Binary 10000000 11011011 11111100 110001 1101 0 1 11000100 1011111 1001011

Color Harmonies of #80DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DBFC

Black with #80DBFC

Text Example


Text Example

White with #80DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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