Html Css Color HEX #80DFFD Light Sky Blue

📋 copy color: '#80DFFD'

red 128 ◦ green 223 ◦ blue 253

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

Shades of Light Sky Blue #80DFFD

Tints of Light Sky Blue #80DFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 21.19%
G = 36.92%
B = 41.89%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80DFFD (or 0x80DFFD) is known color: Light Sky Blue. HEX triplet: 80, DF and FD. RGB value is (128,223,253). Sum of RGB (Red+Green+Blue) = 128+223+253=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #80DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFFD is #7F2002. Grayscale: #C5C5C5. Windows color (decimal): -8331267 or 16637824. OLE color: 16637824.

HSL color Cylindrical-coordinate representation of color #80DFFD: hue angle of 194.4º degrees, saturation: 0.97, 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 #80DFFD is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 223 253 -
CMYK 0.49 0.12 0 0.01
HSL 194.4º 0.97% 0.75% -
HSV(B) 194.4º 0.49% 0.99% -
XYZ 53.02 64.46 102.58 -
YUV 198.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 128 223 253 0.49 0.12 0 0.01 194.4 0.97 0.75
Hex 80 DF FD 31 C 0 1 C2 61 4B
Octal 200 337 375 61 14 0 1 302 141 113
Binary 10000000 11011111 11111101 110001 1100 0 1 11000010 1100001 1001011

Color Harmonies of #80DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFFD

Black with #80DFFD

Text Example


Text Example

White with #80DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,253); }

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

background-color css

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

 a { background-color: rgb(128,223,253); }

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

border-color css

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

 span { border-color: rgb(128,223,253); }

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