Html Css Color HEX #80C2EF Sky Blue

📋 copy color: '#80C2EF'

red 128 ◦ green 194 ◦ blue 239

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

Shades of Sky Blue #80C2EF

Tints of Sky Blue #80C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.58%

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

R = 22.82%
G = 34.58%
B = 42.6%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80C2EF (or 0x80C2EF) is known color: Sky Blue. HEX triplet: 80, C2 and EF. RGB value is (128,194,239). Sum of RGB (Red+Green+Blue) = 128+194+239=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #80C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C2EF is #7F3D10. Grayscale: #B3B3B3. Windows color (decimal): -8338705 or 15712896. OLE color: 15712896.

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

Color convert

RGB 128 194 239 -
CMYK 0.46 0.19 0 0.06
HSL 204.32º 0.78% 0.72% -
HSV(B) 204.32º 0.46% 0.94% -
XYZ 43.77 49.4 88.89 -
YUV 179.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 128 194 239 0.46 0.19 0 0.06 204.32 0.78 0.72
Hex 80 C2 EF 2E 13 0 6 CC 4E 48
Octal 200 302 357 56 23 0 6 314 116 110
Binary 10000000 11000010 11101111 101110 10011 0 110 11001100 1001110 1001000

Color Harmonies of #80C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C2EF

Black with #80C2EF

Text Example


Text Example

White with #80C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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