Shades of Sky Blue #7BD4F1
Tints of Sky Blue #7BD4F1
RGB
CMYK
RGB Variations
Color information
#7BD4F1 (or 0x7BD4F1) is known color: Sky Blue. HEX triplet: 7B, D4 and F1. RGB value is (123,212,241). Sum of RGB (Red+Green+Blue) = 123+212+241=576 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.35% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BD4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD4F1 is #842B0E. Grayscale: #BCBCBC. Windows color (decimal): -8661775 or 15848571. OLE color: 15848571.
HSL color Cylindrical-coordinate representation of color #7BD4F1: hue angle of 194.75º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BD4F1 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 212 | 241 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.05 |
| HSL | 194.75º | 0.81% | 0.71% | - |
| HSV(B) | 194.75º | 0.49% | 0.95% | - |
| XYZ | 47.59 | 57.65 | 91.84 | - |
| YUV | 188.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 212 | 241 | 0.49 | 0.12 | 0 | 0.05 | 194.75 | 0.81 | 0.71 |
| Hex | 7B | D4 | F1 | 31 | C | 0 | 5 | C3 | 51 | 47 |
| Octal | 173 | 324 | 361 | 61 | 14 | 0 | 5 | 303 | 121 | 107 |
| Binary | 1111011 | 11010100 | 11110001 | 110001 | 1100 | 0 | 101 | 11000011 | 1010001 | 1000111 |
Color Harmonies of #7BD4F1
Complementary color
Monochromatic Colors of #7BD4F1
Black with #7BD4F1
Text Example
Text Example
White with #7BD4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD4F1; }
p { color: rgb(123,212,241); }
H1.HeaderClassName
{
color: #7BD4F1;
}
.AnyTagClassName
{
color: #7BD4F1;
}
</style>
background-color css
<style>
a { background-color: #7BD4F1; }
a { background-color: rgb(123,212,241); }
div.DivClassName
{
background-color: #7BD4F1;
}
.BgClassName
{
background-color: #7BD4F1;
}
</style>
border-color css
<style>
span { border-color: #7BD4F1; }
span { border-color: rgb(123,212,241); }
td.TdClassName
{
border-color: #7BD4F1;
}
.TagClassName
{
border-color: #7BD4F1;
}
</style>