Html Css Color HEX #80DFFC Light Sky Blue

📋 copy color: '#80DFFC'

red 128 ◦ green 223 ◦ blue 252

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

Shades of Light Sky Blue #80DFFC

Tints of Light Sky Blue #80DFFC

RGB

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

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

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

R = 21.23%
G = 36.98%
B = 41.79%

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

#80DFFC (or 0x80DFFC) is known color: Light Sky Blue. HEX triplet: 80, DF and FC. RGB value is (128,223,252). Sum of RGB (Red+Green+Blue) = 128+223+252=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #80DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFFC is #7F2003. Grayscale: #C5C5C5. Windows color (decimal): -8331268 or 16572288. OLE color: 16572288.

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

Color convert

RGB 128 223 252 -
CMYK 0.49 0.12 0 0.01
HSL 194.03º 0.95% 0.75% -
HSV(B) 194.03º 0.49% 0.99% -
XYZ 52.86 64.39 101.74 -
YUV 197.9 158.53 78.14 -
System Red Green Blue C M Y K H S L
Decimal 128 223 252 0.49 0.12 0 0.01 194.03 0.95 0.75
Hex 80 DF FC 31 C 0 1 C2 5F 4B
Octal 200 337 374 61 14 0 1 302 137 113
Binary 10000000 11011111 11111100 110001 1100 0 1 11000010 1011111 1001011

Color Harmonies of #80DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFFC

Black with #80DFFC

Text Example


Text Example

White with #80DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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