Html Css Color HEX #80CDFF Light Sky Blue

📋 copy color: '#80CDFF'

red 128 ◦ green 205 ◦ blue 255

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

Shades of Light Sky Blue #80CDFF

Tints of Light Sky Blue #80CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.86%

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

R = 21.77%
G = 34.86%
B = 43.37%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80CDFF (or 0x80CDFF) is known color: Light Sky Blue. HEX triplet: 80, CD and FF. RGB value is (128,205,255). Sum of RGB (Red+Green+Blue) = 128+205+255=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #80CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDFF is #7F3200. Grayscale: #BBBBBB. Windows color (decimal): -8335873 or 16764288. OLE color: 16764288.

HSL color Cylindrical-coordinate representation of color #80CDFF: hue angle of 203.62º 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 #80CDFF is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 205 255 -
CMYK 0.50 0.20 0 0
HSL 203.62º 1% 0.75% -
HSV(B) 203.62º 0.5% 1% -
XYZ 48.78 55.47 102.74 -
YUV 187.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 128 205 255 0.50 0.20 0 0 203.62 1 0.75
Hex 80 CD FF 32 14 0 0 CC 64 4B
Octal 200 315 377 62 24 0 0 314 144 113
Binary 10000000 11001101 11111111 110010 10100 0 0 11001100 1100100 1001011

Color Harmonies of #80CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CDFF

Black with #80CDFF

Text Example


Text Example

White with #80CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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