Html Css Color HEX #80DFF2 Sky Blue

📋 copy color: '#80DFF2'

red 128 ◦ green 223 ◦ blue 242

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

Shades of Sky Blue #80DFF2

Tints of Sky Blue #80DFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.61%

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 21.59%
G = 37.61%
B = 40.81%

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

#80DFF2 (or 0x80DFF2) is known color: Sky Blue. HEX triplet: 80, DF and F2. RGB value is (128,223,242). Sum of RGB (Red+Green+Blue) = 128+223+242=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #80DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFF2 is #7F200D. Grayscale: #C4C4C4. Windows color (decimal): -8331278 or 15916928. OLE color: 15916928.

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

Color convert

RGB 128 223 242 -
CMYK 0.47 0.08 0 0.05
HSL 190º 0.81% 0.73% -
HSV(B) 190º 0.47% 0.95% -
XYZ 51.32 63.78 93.61 -
YUV 196.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 128 223 242 0.47 0.08 0 0.05 190 0.81 0.73
Hex 80 DF F2 2F 8 0 5 BE 51 49
Octal 200 337 362 57 10 0 5 276 121 111
Binary 10000000 11011111 11110010 101111 1000 0 101 10111110 1010001 1001001

Color Harmonies of #80DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFF2

Black with #80DFF2

Text Example


Text Example

White with #80DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,242); }

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

background-color css

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

 a { background-color: rgb(128,223,242); }

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

border-color css

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

 span { border-color: rgb(128,223,242); }

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