Html Css Color HEX #80D2F1 Sky Blue

📋 copy color: '#80D2F1'

red 128 ◦ green 210 ◦ blue 241

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

Shades of Sky Blue #80D2F1

Tints of Sky Blue #80D2F1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.27%

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

R = 22.11%
G = 36.27%
B = 41.62%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80D2F1 (or 0x80D2F1) is known color: Sky Blue. HEX triplet: 80, D2 and F1. RGB value is (128,210,241). Sum of RGB (Red+Green+Blue) = 128+210+241=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #80D2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D2F1 is #7F2D0E. Grayscale: #BCBCBC. Windows color (decimal): -8334607 or 15848064. OLE color: 15848064.

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

Color convert

RGB 128 210 241 -
CMYK 0.47 0.13 0 0.05
HSL 196.46º 0.8% 0.72% -
HSV(B) 196.46º 0.47% 0.95% -
XYZ 47.83 57.03 91.71 -
YUV 189.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 128 210 241 0.47 0.13 0 0.05 196.46 0.8 0.72
Hex 80 D2 F1 2F D 0 5 C4 50 48
Octal 200 322 361 57 15 0 5 304 120 110
Binary 10000000 11010010 11110001 101111 1101 0 101 11000100 1010000 1001000

Color Harmonies of #80D2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D2F1

Black with #80D2F1

Text Example


Text Example

White with #80D2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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