Html Css Color HEX #80CCFD Light Sky Blue

📋 copy color: '#80CCFD'

red 128 ◦ green 204 ◦ blue 253

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

Shades of Light Sky Blue #80CCFD

Tints of Light Sky Blue #80CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

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

R = 21.88%
G = 34.87%
B = 43.25%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80CCFD (or 0x80CCFD) is known color: Light Sky Blue. HEX triplet: 80, CC and FD. RGB value is (128,204,253). Sum of RGB (Red+Green+Blue) = 128+204+253=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #80CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CCFD is #7F3302. Grayscale: #BABABA. Windows color (decimal): -8336131 or 16632960. OLE color: 16632960.

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

Color convert

RGB 128 204 253 -
CMYK 0.49 0.19 0 0.01
HSL 203.52º 0.97% 0.75% -
HSV(B) 203.52º 0.49% 0.99% -
XYZ 48.22 54.87 100.98 -
YUV 186.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 128 204 253 0.49 0.19 0 0.01 203.52 0.97 0.75
Hex 80 CC FD 31 13 0 1 CC 61 4B
Octal 200 314 375 61 23 0 1 314 141 113
Binary 10000000 11001100 11111101 110001 10011 0 1 11001100 1100001 1001011

Color Harmonies of #80CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCFD

Black with #80CCFD

Text Example


Text Example

White with #80CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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