Html Css Color HEX #80BEE6 Sky Blue

📋 copy color: '#80BEE6'

red 128 ◦ green 190 ◦ blue 230

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

Shades of Sky Blue #80BEE6

Tints of Sky Blue #80BEE6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.67%

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

R = 23.36%
G = 34.67%
B = 41.97%

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

#80BEE6 (or 0x80BEE6) is known color: Sky Blue. HEX triplet: 80, BE and E6. RGB value is (128,190,230). Sum of RGB (Red+Green+Blue) = 128+190+230=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #80BEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEE6 is #7F4119. Grayscale: #AFAFAF. Windows color (decimal): -8339738 or 15122048. OLE color: 15122048.

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

Color convert

RGB 128 190 230 -
CMYK 0.44 0.17 0 0.10
HSL 203.53º 0.67% 0.7% -
HSV(B) 203.53º 0.44% 0.9% -
XYZ 41.6 47.13 81.77 -
YUV 176.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 128 190 230 0.44 0.17 0 0.10 203.53 0.67 0.7
Hex 80 BE E6 2C 11 0 A CC 43 46
Octal 200 276 346 54 21 0 12 314 103 106
Binary 10000000 10111110 11100110 101100 10001 0 1010 11001100 1000011 1000110

Color Harmonies of #80BEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEE6

Black with #80BEE6

Text Example


Text Example

White with #80BEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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