Shades of Summer Sky #2FCDFE
Tints of Summer Sky #2FCDFE
RGB
CMYK
RGB Variations
Color information
#2FCDFE (or 0x2FCDFE) is known color: Summer Sky. HEX triplet: 2F, CD and FE. RGB value is (47,205,254). Sum of RGB (Red+Green+Blue) = 47+205+254=506 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.29% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FCDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCDFE is #D03201. Grayscale: #A2A2A2. Windows color (decimal): -13644290 or 16698671. OLE color: 16698671.
HSL color Cylindrical-coordinate representation of color #2FCDFE: hue angle of 194.2º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCDFE is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 205 | 254 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.00 |
| HSL | 194.2º | 0.99% | 0.59% | - |
| HSV(B) | 194.2º | 0.81% | 1% | - |
| XYZ | 40.89 | 51.42 | 101.54 | - |
| YUV | 163.34 | 179.15 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 254 | 0.81 | 0.19 | 0 | 0.00 | 194.2 | 0.99 | 0.59 |
| Hex | 2F | CD | FE | 51 | 13 | 0 | 0 | C2 | 63 | 3B |
| Octal | 57 | 315 | 376 | 121 | 23 | 0 | 0 | 302 | 143 | 73 |
| Binary | 101111 | 11001101 | 11111110 | 1010001 | 10011 | 0 | 0 | 11000010 | 1100011 | 111011 |
Color Harmonies of #2FCDFE
Complementary color
Monochromatic Colors of #2FCDFE
Black with #2FCDFE
Text Example
Text Example
White with #2FCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDFE; }
p { color: rgb(47,205,254); }
H1.HeaderClassName
{
color: #2FCDFE;
}
.AnyTagClassName
{
color: #2FCDFE;
}
</style>
background-color css
<style>
a { background-color: #2FCDFE; }
a { background-color: rgb(47,205,254); }
div.DivClassName
{
background-color: #2FCDFE;
}
.BgClassName
{
background-color: #2FCDFE;
}
</style>
border-color css
<style>
span { border-color: #2FCDFE; }
span { border-color: rgb(47,205,254); }
td.TdClassName
{
border-color: #2FCDFE;
}
.TagClassName
{
border-color: #2FCDFE;
}
</style>