Shades of Summer Sky #2FCDFB
Tints of Summer Sky #2FCDFB
RGB
CMYK
RGB Variations
Color information
#2FCDFB (or 0x2FCDFB) is known color: Summer Sky. HEX triplet: 2F, CD and FB. RGB value is (47,205,251). Sum of RGB (Red+Green+Blue) = 47+205+251=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FCDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCDFB is #D03204. Grayscale: #A2A2A2. Windows color (decimal): -13644293 or 16502063. OLE color: 16502063.
HSL color Cylindrical-coordinate representation of color #2FCDFB: hue angle of 193.53º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCDFB is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 205 | 251 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.02 |
| HSL | 193.53º | 0.96% | 0.58% | - |
| HSV(B) | 193.53º | 0.81% | 0.98% | - |
| XYZ | 40.42 | 51.23 | 99.03 | - |
| YUV | 163 | 177.65 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 251 | 0.81 | 0.18 | 0 | 0.02 | 193.53 | 0.96 | 0.58 |
| Hex | 2F | CD | FB | 51 | 12 | 0 | 2 | C2 | 60 | 3A |
| Octal | 57 | 315 | 373 | 121 | 22 | 0 | 2 | 302 | 140 | 72 |
| Binary | 101111 | 11001101 | 11111011 | 1010001 | 10010 | 0 | 10 | 11000010 | 1100000 | 111010 |
Color Harmonies of #2FCDFB
Complementary color
Monochromatic Colors of #2FCDFB
Black with #2FCDFB
Text Example
Text Example
White with #2FCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDFB; }
p { color: rgb(47,205,251); }
H1.HeaderClassName
{
color: #2FCDFB;
}
.AnyTagClassName
{
color: #2FCDFB;
}
</style>
background-color css
<style>
a { background-color: #2FCDFB; }
a { background-color: rgb(47,205,251); }
div.DivClassName
{
background-color: #2FCDFB;
}
.BgClassName
{
background-color: #2FCDFB;
}
</style>
border-color css
<style>
span { border-color: #2FCDFB; }
span { border-color: rgb(47,205,251); }
td.TdClassName
{
border-color: #2FCDFB;
}
.TagClassName
{
border-color: #2FCDFB;
}
</style>