Html Css Color HEX #80CAF1 Sky Blue

📋 copy color: '#80CAF1'

red 128 ◦ green 202 ◦ blue 241

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

Shades of Sky Blue #80CAF1

Tints of Sky Blue #80CAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.38%

 BLUE value IS 241 (94.53% from 255) = 42.21%

R = 22.42%
G = 35.38%
B = 42.21%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80CAF1 (or 0x80CAF1) is known color: Sky Blue. HEX triplet: 80, CA and F1. RGB value is (128,202,241). Sum of RGB (Red+Green+Blue) = 128+202+241=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #80CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CAF1 is #7F350E. Grayscale: #B8B8B8. Windows color (decimal): -8336655 or 15846016. OLE color: 15846016.

HSL color Cylindrical-coordinate representation of color #80CAF1: hue angle of 200.71º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CAF1 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 202 241 -
CMYK 0.47 0.16 0 0.05
HSL 200.71º 0.8% 0.72% -
HSV(B) 200.71º 0.47% 0.95% -
XYZ 45.9 53.18 91.06 -
YUV 184.32 159.98 87.83 -
System Red Green Blue C M Y K H S L
Decimal 128 202 241 0.47 0.16 0 0.05 200.71 0.8 0.72
Hex 80 CA F1 2F 10 0 5 C9 50 48
Octal 200 312 361 57 20 0 5 311 120 110
Binary 10000000 11001010 11110001 101111 10000 0 101 11001001 1010000 1001000

Color Harmonies of #80CAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CAF1

Black with #80CAF1

Text Example


Text Example

White with #80CAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,241); }

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

background-color css

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

 a { background-color: rgb(128,202,241); }

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

border-color css

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

 span { border-color: rgb(128,202,241); }

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