Shades of Sky Blue #7BD2ED
Tints of Sky Blue #7BD2ED
RGB
CMYK
RGB Variations
Color information
#7BD2ED (or 0x7BD2ED) is known color: Sky Blue. HEX triplet: 7B, D2 and ED. RGB value is (123,210,237). Sum of RGB (Red+Green+Blue) = 123+210+237=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BD2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD2ED is #842D12. Grayscale: #BABABA. Windows color (decimal): -8662291 or 15585915. OLE color: 15585915.
HSL color Cylindrical-coordinate representation of color #7BD2ED: hue angle of 194.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BD2ED is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 210 | 237 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.07 |
| HSL | 194.21º | 0.76% | 0.71% | - |
| HSV(B) | 194.21º | 0.48% | 0.93% | - |
| XYZ | 46.5 | 56.42 | 88.56 | - |
| YUV | 187.07 | 156.18 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 210 | 237 | 0.48 | 0.11 | 0 | 0.07 | 194.21 | 0.76 | 0.71 |
| Hex | 7B | D2 | ED | 30 | B | 0 | 7 | C2 | 4C | 47 |
| Octal | 173 | 322 | 355 | 60 | 13 | 0 | 7 | 302 | 114 | 107 |
| Binary | 1111011 | 11010010 | 11101101 | 110000 | 1011 | 0 | 111 | 11000010 | 1001100 | 1000111 |
Color Harmonies of #7BD2ED
Complementary color
Monochromatic Colors of #7BD2ED
Black with #7BD2ED
Text Example
Text Example
White with #7BD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD2ED; }
p { color: rgb(123,210,237); }
H1.HeaderClassName
{
color: #7BD2ED;
}
.AnyTagClassName
{
color: #7BD2ED;
}
</style>
background-color css
<style>
a { background-color: #7BD2ED; }
a { background-color: rgb(123,210,237); }
div.DivClassName
{
background-color: #7BD2ED;
}
.BgClassName
{
background-color: #7BD2ED;
}
</style>
border-color css
<style>
span { border-color: #7BD2ED; }
span { border-color: rgb(123,210,237); }
td.TdClassName
{
border-color: #7BD2ED;
}
.TagClassName
{
border-color: #7BD2ED;
}
</style>