Html Css Color HEX #80DEFD Light Sky Blue

📋 copy color: '#80DEFD'

red 128 ◦ green 222 ◦ blue 253

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

Shades of Light Sky Blue #80DEFD

Tints of Light Sky Blue #80DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.82%

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

R = 21.23%
G = 36.82%
B = 41.96%

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

#80DEFD (or 0x80DEFD) is known color: Light Sky Blue. HEX triplet: 80, DE and FD. RGB value is (128,222,253). Sum of RGB (Red+Green+Blue) = 128+222+253=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #80DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DEFD is #7F2102. Grayscale: #C5C5C5. Windows color (decimal): -8331523 or 16637568. OLE color: 16637568.

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

Color convert

RGB 128 222 253 -
CMYK 0.49 0.12 0 0.01
HSL 194.88º 0.97% 0.75% -
HSV(B) 194.88º 0.49% 0.99% -
XYZ 52.75 63.92 102.49 -
YUV 197.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 128 222 253 0.49 0.12 0 0.01 194.88 0.97 0.75
Hex 80 DE FD 31 C 0 1 C3 61 4B
Octal 200 336 375 61 14 0 1 303 141 113
Binary 10000000 11011110 11111101 110001 1100 0 1 11000011 1100001 1001011

Color Harmonies of #80DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DEFD

Black with #80DEFD

Text Example


Text Example

White with #80DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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