Html Css Color HEX #80BFE6 Sky Blue

📋 copy color: '#80BFE6'

red 128 ◦ green 191 ◦ blue 230

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

Shades of Sky Blue #80BFE6

Tints of Sky Blue #80BFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 23.32%
G = 34.79%
B = 41.89%

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

#80BFE6 (or 0x80BFE6) is known color: Sky Blue. HEX triplet: 80, BF and E6. RGB value is (128,191,230). Sum of RGB (Red+Green+Blue) = 128+191+230=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #80BFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFE6 is #7F4019. Grayscale: #B0B0B0. Windows color (decimal): -8339482 or 15122304. OLE color: 15122304.

HSL color Cylindrical-coordinate representation of color #80BFE6: hue angle of 202.94º degrees, saturation: 0.67, 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 #80BFE6 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 191 230 -
CMYK 0.44 0.17 0 0.10
HSL 202.94º 0.67% 0.7% -
HSV(B) 202.94º 0.44% 0.9% -
XYZ 41.82 47.56 81.84 -
YUV 176.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 128 191 230 0.44 0.17 0 0.10 202.94 0.67 0.7
Hex 80 BF E6 2C 11 0 A CB 43 46
Octal 200 277 346 54 21 0 12 313 103 106
Binary 10000000 10111111 11100110 101100 10001 0 1010 11001011 1000011 1000110

Color Harmonies of #80BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFE6

Black with #80BFE6

Text Example


Text Example

White with #80BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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