Html Css Color HEX #80BEE2 Sky Blue

📋 copy color: '#80BEE2'

red 128 ◦ green 190 ◦ blue 226

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

Shades of Sky Blue #80BEE2

Tints of Sky Blue #80BEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.54%

R = 23.53%
G = 34.93%
B = 41.54%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#80BEE2 (or 0x80BEE2) is known color: Sky Blue. HEX triplet: 80, BE and E2. RGB value is (128,190,226). Sum of RGB (Red+Green+Blue) = 128+190+226=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #80BEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEE2 is #7F411D. Grayscale: #AFAFAF. Windows color (decimal): -8339742 or 14859904. OLE color: 14859904.

HSL color Cylindrical-coordinate representation of color #80BEE2: hue angle of 202.04º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80BEE2 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 190 226 -
CMYK 0.43 0.16 0 0.11
HSL 202.04º 0.63% 0.69% -
HSV(B) 202.04º 0.43% 0.89% -
XYZ 41.04 46.91 78.84 -
YUV 175.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 128 190 226 0.43 0.16 0 0.11 202.04 0.63 0.69
Hex 80 BE E2 2B 10 0 B CA 3F 45
Octal 200 276 342 53 20 0 13 312 77 105
Binary 10000000 10111110 11100010 101011 10000 0 1011 11001010 111111 1000101

Color Harmonies of #80BEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEE2

Black with #80BEE2

Text Example


Text Example

White with #80BEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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