Html Css Color HEX #80CFEA Sky Blue

📋 copy color: '#80CFEA'

red 128 ◦ green 207 ◦ blue 234

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

Shades of Sky Blue #80CFEA

Tints of Sky Blue #80CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.38%

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 22.5%
G = 36.38%
B = 41.12%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80CFEA (or 0x80CFEA) is known color: Sky Blue. HEX triplet: 80, CF and EA. RGB value is (128,207,234). Sum of RGB (Red+Green+Blue) = 128+207+234=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #80CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFEA is #7F3015. Grayscale: #BABABA. Windows color (decimal): -8335382 or 15388544. OLE color: 15388544.

HSL color Cylindrical-coordinate representation of color #80CFEA: hue angle of 195.28º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80CFEA is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 207 234 -
CMYK 0.45 0.12 0 0.08
HSL 195.28º 0.72% 0.71% -
HSV(B) 195.28º 0.45% 0.92% -
XYZ 46.07 55.16 86.06 -
YUV 186.46 154.83 86.3 -
System Red Green Blue C M Y K H S L
Decimal 128 207 234 0.45 0.12 0 0.08 195.28 0.72 0.71
Hex 80 CF EA 2D C 0 8 C3 48 47
Octal 200 317 352 55 14 0 10 303 110 107
Binary 10000000 11001111 11101010 101101 1100 0 1000 11000011 1001000 1000111

Color Harmonies of #80CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CFEA

Black with #80CFEA

Text Example


Text Example

White with #80CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,207,234); }

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

background-color css

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

 a { background-color: rgb(128,207,234); }

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

border-color css

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

 span { border-color: rgb(128,207,234); }

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