Html Css Color HEX #80CCFF Light Sky Blue

📋 copy color: '#80CCFF'

red 128 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #80CCFF

Tints of Light Sky Blue #80CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.44%

R = 21.81%
G = 34.75%
B = 43.44%

CMYK

 C value IS 0.50

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80CCFF (or 0x80CCFF) is known color: Light Sky Blue. HEX triplet: 80, CC and FF. RGB value is (128,204,255). Sum of RGB (Red+Green+Blue) = 128+204+255=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #80CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CCFF is #7F3300. Grayscale: #BABABA. Windows color (decimal): -8336129 or 16764032. OLE color: 16764032.

HSL color Cylindrical-coordinate representation of color #80CCFF: hue angle of 204.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CCFF is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 204 255 -
CMYK 0.50 0.2 0 0
HSL 204.09º 1% 0.75% -
HSV(B) 204.09º 0.5% 1% -
XYZ 48.54 54.99 102.66 -
YUV 187.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 128 204 255 0.50 0.2 0 0 204.09 1 0.75
Hex 80 CC FF 32 14 0 0 CC 64 4B
Octal 200 314 377 62 24 0 0 314 144 113
Binary 10000000 11001100 11111111 110010 10100 0 0 11001100 1100100 1001011

Color Harmonies of #80CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCFF

Black with #80CCFF

Text Example


Text Example

White with #80CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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