Html Css Color HEX #80DCEB Sky Blue

📋 copy color: '#80DCEB'

red 128 ◦ green 220 ◦ blue 235

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

Shades of Sky Blue #80DCEB

Tints of Sky Blue #80DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.74%

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

R = 21.96%
G = 37.74%
B = 40.31%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80DCEB (or 0x80DCEB) is known color: Sky Blue. HEX triplet: 80, DC and EB. RGB value is (128,220,235). Sum of RGB (Red+Green+Blue) = 128+220+235=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #80DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCEB is #7F2314. Grayscale: #C2C2C2. Windows color (decimal): -8332053 or 15457408. OLE color: 15457408.

HSL color Cylindrical-coordinate representation of color #80DCEB: hue angle of 188.41º 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 #80DCEB is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 220 235 -
CMYK 0.46 0.06 0 0.08
HSL 188.41º 0.73% 0.71% -
HSV(B) 188.41º 0.46% 0.92% -
XYZ 49.49 61.77 87.91 -
YUV 194.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 128 220 235 0.46 0.06 0 0.08 188.41 0.73 0.71
Hex 80 DC EB 2E 6 0 8 BC 49 47
Octal 200 334 353 56 6 0 10 274 111 107
Binary 10000000 11011100 11101011 101110 110 0 1000 10111100 1001001 1000111

Color Harmonies of #80DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCEB

Black with #80DCEB

Text Example


Text Example

White with #80DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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