Html Css Color HEX #80C7EF Sky Blue

📋 copy color: '#80C7EF'

red 128 ◦ green 199 ◦ blue 239

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

Shades of Sky Blue #80C7EF

Tints of Sky Blue #80C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.16%

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 22.61%
G = 35.16%
B = 42.23%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80C7EF (or 0x80C7EF) is known color: Sky Blue. HEX triplet: 80, C7 and EF. RGB value is (128,199,239). Sum of RGB (Red+Green+Blue) = 128+199+239=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #80C7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C7EF is #7F3810. Grayscale: #B6B6B6. Windows color (decimal): -8337425 or 15714176. OLE color: 15714176.

HSL color Cylindrical-coordinate representation of color #80C7EF: hue angle of 201.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C7EF is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 199 239 -
CMYK 0.46 0.17 0 0.06
HSL 201.62º 0.78% 0.72% -
HSV(B) 201.62º 0.46% 0.94% -
XYZ 44.91 51.67 89.27 -
YUV 182.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 128 199 239 0.46 0.17 0 0.06 201.62 0.78 0.72
Hex 80 C7 EF 2E 11 0 6 CA 4E 48
Octal 200 307 357 56 21 0 6 312 116 110
Binary 10000000 11000111 11101111 101110 10001 0 110 11001010 1001110 1001000

Color Harmonies of #80C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C7EF

Black with #80C7EF

Text Example


Text Example

White with #80C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,199,239); }

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

background-color css

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

 a { background-color: rgb(128,199,239); }

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

border-color css

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

 span { border-color: rgb(128,199,239); }

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