Shades of Summer Sky #2BD4FA
Tints of Summer Sky #2BD4FA
RGB
CMYK
RGB Variations
Color information
#2BD4FA (or 0x2BD4FA) is known color: Summer Sky. HEX triplet: 2B, D4 and FA. RGB value is (43,212,250). Sum of RGB (Red+Green+Blue) = 43+212+250=505 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.51% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BD4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BD4FA is #D42B05. Grayscale: #A5A5A5. Windows color (decimal): -13904646 or 16438315. OLE color: 16438315.
HSL color Cylindrical-coordinate representation of color #2BD4FA: hue angle of 191.01º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BD4FA is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 212 | 250 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.02 |
| HSL | 191.01º | 0.95% | 0.57% | - |
| HSV(B) | 191.01º | 0.83% | 0.98% | - |
| XYZ | 41.8 | 54.5 | 98.76 | - |
| YUV | 165.8 | 175.51 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 250 | 0.83 | 0.15 | 0 | 0.02 | 191.01 | 0.95 | 0.57 |
| Hex | 2B | D4 | FA | 53 | F | 0 | 2 | BF | 5F | 39 |
| Octal | 53 | 324 | 372 | 123 | 17 | 0 | 2 | 277 | 137 | 71 |
| Binary | 101011 | 11010100 | 11111010 | 1010011 | 1111 | 0 | 10 | 10111111 | 1011111 | 111001 |
Color Harmonies of #2BD4FA
Complementary color
Monochromatic Colors of #2BD4FA
Black with #2BD4FA
Text Example
Text Example
White with #2BD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD4FA; }
p { color: rgb(43,212,250); }
H1.HeaderClassName
{
color: #2BD4FA;
}
.AnyTagClassName
{
color: #2BD4FA;
}
</style>
background-color css
<style>
a { background-color: #2BD4FA; }
a { background-color: rgb(43,212,250); }
div.DivClassName
{
background-color: #2BD4FA;
}
.BgClassName
{
background-color: #2BD4FA;
}
</style>
border-color css
<style>
span { border-color: #2BD4FA; }
span { border-color: rgb(43,212,250); }
td.TdClassName
{
border-color: #2BD4FA;
}
.TagClassName
{
border-color: #2BD4FA;
}
</style>