Html Css Color HEX #80CCF1 Sky Blue

📋 copy color: '#80CCF1'

red 128 ◦ green 204 ◦ blue 241

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

Shades of Sky Blue #80CCF1

Tints of Sky Blue #80CCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

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

R = 22.34%
G = 35.6%
B = 42.06%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80CCF1 (or 0x80CCF1) is known color: Sky Blue. HEX triplet: 80, CC and F1. RGB value is (128,204,241). Sum of RGB (Red+Green+Blue) = 128+204+241=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #80CCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CCF1 is #7F330E. Grayscale: #B9B9B9. Windows color (decimal): -8336143 or 15846528. OLE color: 15846528.

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

Color convert

RGB 128 204 241 -
CMYK 0.47 0.15 0 0.05
HSL 199.65º 0.8% 0.72% -
HSV(B) 199.65º 0.47% 0.95% -
XYZ 46.37 54.13 91.22 -
YUV 185.49 159.32 86.99 -
System Red Green Blue C M Y K H S L
Decimal 128 204 241 0.47 0.15 0 0.05 199.65 0.8 0.72
Hex 80 CC F1 2F F 0 5 C8 50 48
Octal 200 314 361 57 17 0 5 310 120 110
Binary 10000000 11001100 11110001 101111 1111 0 101 11001000 1010000 1001000

Color Harmonies of #80CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCF1

Black with #80CCF1

Text Example


Text Example

White with #80CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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