Html Css Color HEX #80BFEC Sky Blue

📋 copy color: '#80BFEC'

red 128 ◦ green 191 ◦ blue 236

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

Shades of Sky Blue #80BFEC

Tints of Sky Blue #80BFEC

RGB

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

 GREEN value IS 191 (75% from 255) = 34.41%

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 23.06%
G = 34.41%
B = 42.52%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80BFEC (or 0x80BFEC) is known color: Sky Blue. HEX triplet: 80, BF and EC. RGB value is (128,191,236). Sum of RGB (Red+Green+Blue) = 128+191+236=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #80BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFEC is #7F4013. Grayscale: #B1B1B1. Windows color (decimal): -8339476 or 15515520. OLE color: 15515520.

HSL color Cylindrical-coordinate representation of color #80BFEC: hue angle of 205º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BFEC is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 191 236 -
CMYK 0.46 0.19 0 0.07
HSL 205º 0.74% 0.71% -
HSV(B) 205º 0.46% 0.93% -
XYZ 42.67 47.91 86.35 -
YUV 177.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 128 191 236 0.46 0.19 0 0.07 205 0.74 0.71
Hex 80 BF EC 2E 13 0 7 CD 4A 47
Octal 200 277 354 56 23 0 7 315 112 107
Binary 10000000 10111111 11101100 101110 10011 0 111 11001101 1001010 1000111

Color Harmonies of #80BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFEC

Black with #80BFEC

Text Example


Text Example

White with #80BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,236); }

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

background-color css

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

 a { background-color: rgb(128,191,236); }

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

border-color css

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

 span { border-color: rgb(128,191,236); }

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