Html Css Color HEX #80C8EF Sky Blue

📋 copy color: '#80C8EF'

red 128 ◦ green 200 ◦ blue 239

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

Shades of Sky Blue #80C8EF

Tints of Sky Blue #80C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.27%

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

R = 22.57%
G = 35.27%
B = 42.15%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80C8EF (or 0x80C8EF) is known color: Sky Blue. HEX triplet: 80, C8 and EF. RGB value is (128,200,239). Sum of RGB (Red+Green+Blue) = 128+200+239=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #80C8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C8EF is #7F3710. Grayscale: #B6B6B6. Windows color (decimal): -8337169 or 15714432. OLE color: 15714432.

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

Color convert

RGB 128 200 239 -
CMYK 0.46 0.16 0 0.06
HSL 201.08º 0.78% 0.72% -
HSV(B) 201.08º 0.46% 0.94% -
XYZ 45.14 52.13 89.34 -
YUV 182.92 159.65 88.83 -
System Red Green Blue C M Y K H S L
Decimal 128 200 239 0.46 0.16 0 0.06 201.08 0.78 0.72
Hex 80 C8 EF 2E 10 0 6 C9 4E 48
Octal 200 310 357 56 20 0 6 311 116 110
Binary 10000000 11001000 11101111 101110 10000 0 110 11001001 1001110 1001000

Color Harmonies of #80C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C8EF

Black with #80C8EF

Text Example


Text Example

White with #80C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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