Shades of Sky Blue #77CCF1
Tints of Sky Blue #77CCF1
RGB
CMYK
RGB Variations
Color information
#77CCF1 (or 0x77CCF1) is known color: Sky Blue. HEX triplet: 77, CC and F1. RGB value is (119,204,241). Sum of RGB (Red+Green+Blue) = 119+204+241=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #77CCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CCF1 is #88330E. Grayscale: #B6B6B6. Windows color (decimal): -8925967 or 15846519. OLE color: 15846519.
HSL color Cylindrical-coordinate representation of color #77CCF1: hue angle of 198.2º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77CCF1 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 204 | 241 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.05 |
| HSL | 198.2º | 0.81% | 0.71% | - |
| HSV(B) | 198.2º | 0.51% | 0.95% | - |
| XYZ | 45.08 | 53.46 | 91.16 | - |
| YUV | 182.8 | 160.84 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 241 | 0.51 | 0.15 | 0 | 0.05 | 198.2 | 0.81 | 0.71 |
| Hex | 77 | CC | F1 | 33 | F | 0 | 5 | C6 | 51 | 47 |
| Octal | 167 | 314 | 361 | 63 | 17 | 0 | 5 | 306 | 121 | 107 |
| Binary | 1110111 | 11001100 | 11110001 | 110011 | 1111 | 0 | 101 | 11000110 | 1010001 | 1000111 |
Color Harmonies of #77CCF1
Complementary color
Monochromatic Colors of #77CCF1
Black with #77CCF1
Text Example
Text Example
White with #77CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCF1; }
p { color: rgb(119,204,241); }
H1.HeaderClassName
{
color: #77CCF1;
}
.AnyTagClassName
{
color: #77CCF1;
}
</style>
background-color css
<style>
a { background-color: #77CCF1; }
a { background-color: rgb(119,204,241); }
div.DivClassName
{
background-color: #77CCF1;
}
.BgClassName
{
background-color: #77CCF1;
}
</style>
border-color css
<style>
span { border-color: #77CCF1; }
span { border-color: rgb(119,204,241); }
td.TdClassName
{
border-color: #77CCF1;
}
.TagClassName
{
border-color: #77CCF1;
}
</style>