Html Css Color HEX #80E0F1 Sky Blue

📋 copy color: '#80E0F1'

red 128 ◦ green 224 ◦ blue 241

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

Shades of Sky Blue #80E0F1

Tints of Sky Blue #80E0F1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

 BLUE value IS 241 (94.53% from 255) = 40.64%

R = 21.59%
G = 37.77%
B = 40.64%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80E0F1 (or 0x80E0F1) is known color: Sky Blue. HEX triplet: 80, E0 and F1. RGB value is (128,224,241). Sum of RGB (Red+Green+Blue) = 128+224+241=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #80E0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E0F1 is #7F1F0E. Grayscale: #C5C5C5. Windows color (decimal): -8331023 or 15851648. OLE color: 15851648.

HSL color Cylindrical-coordinate representation of color #80E0F1: hue angle of 189.03º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80E0F1 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 224 241 -
CMYK 0.47 0.07 0 0.05
HSL 189.03º 0.8% 0.72% -
HSV(B) 189.03º 0.47% 0.95% -
XYZ 51.43 64.25 92.91 -
YUV 197.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 128 224 241 0.47 0.07 0 0.05 189.03 0.8 0.72
Hex 80 E0 F1 2F 7 0 5 BD 50 48
Octal 200 340 361 57 7 0 5 275 120 110
Binary 10000000 11100000 11110001 101111 111 0 101 10111101 1010000 1001000

Color Harmonies of #80E0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E0F1

Black with #80E0F1

Text Example


Text Example

White with #80E0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,241); }

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

background-color css

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

 a { background-color: rgb(128,224,241); }

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

border-color css

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

 span { border-color: rgb(128,224,241); }

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