Shades of Summer Sky #2FD2FF
Tints of Summer Sky #2FD2FF
RGB
CMYK
RGB Variations
Color information
#2FD2FF (or 0x2FD2FF) is known color: Summer Sky. HEX triplet: 2F, D2 and FF. RGB value is (47,210,255). Sum of RGB (Red+Green+Blue) = 47+210+255=512 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.18% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FD2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FD2FF is #D02D00. Grayscale: #A6A6A6. Windows color (decimal): -13643009 or 16765487. OLE color: 16765487.
HSL color Cylindrical-coordinate representation of color #2FD2FF: hue angle of 192.98º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FD2FF is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 210 | 255 | - |
| CMYK | 0.82 | 0.18 | 0 | 0 |
| HSL | 192.98º | 1% | 0.59% | - |
| HSV(B) | 192.98º | 0.82% | 1% | - |
| XYZ | 42.27 | 53.92 | 102.79 | - |
| YUV | 166.39 | 178 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 255 | 0.82 | 0.18 | 0 | 0 | 192.98 | 1 | 0.59 |
| Hex | 2F | D2 | FF | 52 | 12 | 0 | 0 | C1 | 64 | 3B |
| Octal | 57 | 322 | 377 | 122 | 22 | 0 | 0 | 301 | 144 | 73 |
| Binary | 101111 | 11010010 | 11111111 | 1010010 | 10010 | 0 | 0 | 11000001 | 1100100 | 111011 |
Color Harmonies of #2FD2FF
Complementary color
Monochromatic Colors of #2FD2FF
Black with #2FD2FF
Text Example
Text Example
White with #2FD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD2FF; }
p { color: rgb(47,210,255); }
H1.HeaderClassName
{
color: #2FD2FF;
}
.AnyTagClassName
{
color: #2FD2FF;
}
</style>
background-color css
<style>
a { background-color: #2FD2FF; }
a { background-color: rgb(47,210,255); }
div.DivClassName
{
background-color: #2FD2FF;
}
.BgClassName
{
background-color: #2FD2FF;
}
</style>
border-color css
<style>
span { border-color: #2FD2FF; }
span { border-color: rgb(47,210,255); }
td.TdClassName
{
border-color: #2FD2FF;
}
.TagClassName
{
border-color: #2FD2FF;
}
</style>