Html Css Color HEX #80BFEB Sky Blue

📋 copy color: '#80BFEB'

red 128 ◦ green 191 ◦ blue 235

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

Shades of Sky Blue #80BFEB

Tints of Sky Blue #80BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 23.1%
G = 34.48%
B = 42.42%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80BFEB (or 0x80BFEB) is known color: Sky Blue. HEX triplet: 80, BF and EB. RGB value is (128,191,235). Sum of RGB (Red+Green+Blue) = 128+191+235=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #80BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFEB is #7F4014. Grayscale: #B0B0B0. Windows color (decimal): -8339477 or 15449984. OLE color: 15449984.

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

Color convert

RGB 128 191 235 -
CMYK 0.46 0.19 0 0.08
HSL 204.67º 0.73% 0.71% -
HSV(B) 204.67º 0.46% 0.92% -
XYZ 42.53 47.85 85.59 -
YUV 177.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 128 191 235 0.46 0.19 0 0.08 204.67 0.73 0.71
Hex 80 BF EB 2E 13 0 8 CD 49 47
Octal 200 277 353 56 23 0 10 315 111 107
Binary 10000000 10111111 11101011 101110 10011 0 1000 11001101 1001001 1000111

Color Harmonies of #80BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFEB

Black with #80BFEB

Text Example


Text Example

White with #80BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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