Html Css Color HEX #80CFEB Sky Blue

📋 copy color: '#80CFEB'

red 128 ◦ green 207 ◦ blue 235

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

Shades of Sky Blue #80CFEB

Tints of Sky Blue #80CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 22.46%
G = 36.32%
B = 41.23%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80CFEB (or 0x80CFEB) is known color: Sky Blue. HEX triplet: 80, CF and EB. RGB value is (128,207,235). Sum of RGB (Red+Green+Blue) = 128+207+235=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #80CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFEB is #7F3014. Grayscale: #BABABA. Windows color (decimal): -8335381 or 15454080. OLE color: 15454080.

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

Color convert

RGB 128 207 235 -
CMYK 0.46 0.12 0 0.08
HSL 195.7º 0.73% 0.71% -
HSV(B) 195.7º 0.46% 0.92% -
XYZ 46.21 55.21 86.82 -
YUV 186.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 128 207 235 0.46 0.12 0 0.08 195.7 0.73 0.71
Hex 80 CF EB 2E C 0 8 C4 49 47
Octal 200 317 353 56 14 0 10 304 111 107
Binary 10000000 11001111 11101011 101110 1100 0 1000 11000100 1001001 1000111

Color Harmonies of #80CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CFEB

Black with #80CFEB

Text Example


Text Example

White with #80CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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