Html Css Color HEX #80C4EF Sky Blue

📋 copy color: '#80C4EF'

red 128 ◦ green 196 ◦ blue 239

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

Shades of Sky Blue #80C4EF

Tints of Sky Blue #80C4EF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.81%

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 22.74%
G = 34.81%
B = 42.45%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80C4EF (or 0x80C4EF) is known color: Sky Blue. HEX triplet: 80, C4 and EF. RGB value is (128,196,239). Sum of RGB (Red+Green+Blue) = 128+196+239=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #80C4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C4EF is #7F3B10. Grayscale: #B4B4B4. Windows color (decimal): -8338193 or 15713408. OLE color: 15713408.

HSL color Cylindrical-coordinate representation of color #80C4EF: hue angle of 203.24º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C4EF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 196 239 -
CMYK 0.46 0.18 0 0.06
HSL 203.24º 0.78% 0.72% -
HSV(B) 203.24º 0.46% 0.94% -
XYZ 44.22 50.3 89.04 -
YUV 180.57 160.97 90.5 -
System Red Green Blue C M Y K H S L
Decimal 128 196 239 0.46 0.18 0 0.06 203.24 0.78 0.72
Hex 80 C4 EF 2E 12 0 6 CB 4E 48
Octal 200 304 357 56 22 0 6 313 116 110
Binary 10000000 11000100 11101111 101110 10010 0 110 11001011 1001110 1001000

Color Harmonies of #80C4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C4EF

Black with #80C4EF

Text Example


Text Example

White with #80C4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,196,239); }

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

background-color css

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

 a { background-color: rgb(128,196,239); }

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

border-color css

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

 span { border-color: rgb(128,196,239); }

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