Html Css Color HEX #80CFEF Sky Blue

📋 copy color: '#80CFEF'

red 128 ◦ green 207 ◦ blue 239

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

Shades of Sky Blue #80CFEF

Tints of Sky Blue #80CFEF

RGB

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

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

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

R = 22.3%
G = 36.06%
B = 41.64%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80CFEF (or 0x80CFEF) is known color: Sky Blue. HEX triplet: 80, CF and EF. RGB value is (128,207,239). Sum of RGB (Red+Green+Blue) = 128+207+239=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #80CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFEF is #7F3010. Grayscale: #BABABA. Windows color (decimal): -8335377 or 15716224. OLE color: 15716224.

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

Color convert

RGB 128 207 239 -
CMYK 0.46 0.13 0 0.06
HSL 197.3º 0.78% 0.72% -
HSV(B) 197.3º 0.46% 0.94% -
XYZ 46.79 55.45 89.9 -
YUV 187.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 128 207 239 0.46 0.13 0 0.06 197.3 0.78 0.72
Hex 80 CF EF 2E D 0 6 C5 4E 48
Octal 200 317 357 56 15 0 6 305 116 110
Binary 10000000 11001111 11101111 101110 1101 0 110 11000101 1001110 1001000

Color Harmonies of #80CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CFEF

Black with #80CFEF

Text Example


Text Example

White with #80CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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