Html Css Color HEX #80CEF1 Sky Blue

📋 copy color: '#80CEF1'

red 128 ◦ green 206 ◦ blue 241

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

Shades of Sky Blue #80CEF1

Tints of Sky Blue #80CEF1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.83%

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

R = 22.26%
G = 35.83%
B = 41.91%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80CEF1 (or 0x80CEF1) is known color: Sky Blue. HEX triplet: 80, CE and F1. RGB value is (128,206,241). Sum of RGB (Red+Green+Blue) = 128+206+241=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #80CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEF1 is #7F310E. Grayscale: #BABABA. Windows color (decimal): -8335631 or 15847040. OLE color: 15847040.

HSL color Cylindrical-coordinate representation of color #80CEF1: hue angle of 198.58º 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 #80CEF1 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 206 241 -
CMYK 0.47 0.15 0 0.05
HSL 198.58º 0.8% 0.72% -
HSV(B) 198.58º 0.47% 0.95% -
XYZ 46.85 55.08 91.38 -
YUV 186.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 128 206 241 0.47 0.15 0 0.05 198.58 0.8 0.72
Hex 80 CE F1 2F F 0 5 C7 50 48
Octal 200 316 361 57 17 0 5 307 120 110
Binary 10000000 11001110 11110001 101111 1111 0 101 11000111 1010000 1001000

Color Harmonies of #80CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEF1

Black with #80CEF1

Text Example


Text Example

White with #80CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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