Html Css Color HEX #80DEF1 Sky Blue

📋 copy color: '#80DEF1'

red 128 ◦ green 222 ◦ blue 241

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

Shades of Sky Blue #80DEF1

Tints of Sky Blue #80DEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.56%

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

R = 21.66%
G = 37.56%
B = 40.78%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80DEF1 (or 0x80DEF1) is known color: Sky Blue. HEX triplet: 80, DE and F1. RGB value is (128,222,241). Sum of RGB (Red+Green+Blue) = 128+222+241=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #80DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DEF1 is #7F210E. Grayscale: #C3C3C3. Windows color (decimal): -8331535 or 15851136. OLE color: 15851136.

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

Color convert

RGB 128 222 241 -
CMYK 0.47 0.08 0 0.05
HSL 190.09º 0.8% 0.72% -
HSV(B) 190.09º 0.47% 0.95% -
XYZ 50.9 63.18 92.73 -
YUV 196.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 128 222 241 0.47 0.08 0 0.05 190.09 0.8 0.72
Hex 80 DE F1 2F 8 0 5 BE 50 48
Octal 200 336 361 57 10 0 5 276 120 110
Binary 10000000 11011110 11110001 101111 1000 0 101 10111110 1010000 1001000

Color Harmonies of #80DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DEF1

Black with #80DEF1

Text Example


Text Example

White with #80DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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