Html Css Color HEX #80CFED Sky Blue

📋 copy color: '#80CFED'

red 128 ◦ green 207 ◦ blue 237

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

Shades of Sky Blue #80CFED

Tints of Sky Blue #80CFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 22.38%
G = 36.19%
B = 41.43%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80CFED (or 0x80CFED) is known color: Sky Blue. HEX triplet: 80, CF and ED. RGB value is (128,207,237). Sum of RGB (Red+Green+Blue) = 128+207+237=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #80CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFED is #7F3012. Grayscale: #BABABA. Windows color (decimal): -8335379 or 15585152. OLE color: 15585152.

HSL color Cylindrical-coordinate representation of color #80CFED: hue angle of 196.51º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80CFED is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 207 237 -
CMYK 0.46 0.13 0 0.07
HSL 196.51º 0.75% 0.72% -
HSV(B) 196.51º 0.46% 0.93% -
XYZ 46.5 55.33 88.35 -
YUV 186.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 128 207 237 0.46 0.13 0 0.07 196.51 0.75 0.72
Hex 80 CF ED 2E D 0 7 C5 4B 48
Octal 200 317 355 56 15 0 7 305 113 110
Binary 10000000 11001111 11101101 101110 1101 0 111 11000101 1001011 1001000

Color Harmonies of #80CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CFED

Black with #80CFED

Text Example


Text Example

White with #80CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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