Html Css Color HEX #80BFE5 Sky Blue

📋 copy color: '#80BFE5'

red 128 ◦ green 191 ◦ blue 229

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

Shades of Sky Blue #80BFE5

Tints of Sky Blue #80BFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 23.36%
G = 34.85%
B = 41.79%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#80BFE5 (or 0x80BFE5) is known color: Sky Blue. HEX triplet: 80, BF and E5. RGB value is (128,191,229). Sum of RGB (Red+Green+Blue) = 128+191+229=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #80BFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFE5 is #7F401A. Grayscale: #B0B0B0. Windows color (decimal): -8339483 or 15056768. OLE color: 15056768.

HSL color Cylindrical-coordinate representation of color #80BFE5: hue angle of 202.57º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80BFE5 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 191 229 -
CMYK 0.44 0.17 0 0.10
HSL 202.57º 0.66% 0.7% -
HSV(B) 202.57º 0.44% 0.9% -
XYZ 41.68 47.51 81.1 -
YUV 176.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 128 191 229 0.44 0.17 0 0.10 202.57 0.66 0.7
Hex 80 BF E5 2C 11 0 A CB 42 46
Octal 200 277 345 54 21 0 12 313 102 106
Binary 10000000 10111111 11100101 101100 10001 0 1010 11001011 1000010 1000110

Color Harmonies of #80BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFE5

Black with #80BFE5

Text Example


Text Example

White with #80BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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