Shades of Summer Sky #2FCBEF
Tints of Summer Sky #2FCBEF
RGB
CMYK
RGB Variations
Color information
#2FCBEF (or 0x2FCBEF) is known color: Summer Sky. HEX triplet: 2F, CB and EF. RGB value is (47,203,239). Sum of RGB (Red+Green+Blue) = 47+203+239=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FCBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCBEF is #D03410. Grayscale: #A0A0A0. Windows color (decimal): -13644817 or 15715119. OLE color: 15715119.
HSL color Cylindrical-coordinate representation of color #2FCBEF: hue angle of 191.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FCBEF is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 203 | 239 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.06 |
| HSL | 191.25º | 0.86% | 0.56% | - |
| HSV(B) | 191.25º | 0.8% | 0.94% | - |
| XYZ | 38.11 | 49.55 | 89.22 | - |
| YUV | 160.46 | 172.32 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 239 | 0.80 | 0.15 | 0 | 0.06 | 191.25 | 0.86 | 0.56 |
| Hex | 2F | CB | EF | 50 | F | 0 | 6 | BF | 56 | 38 |
| Octal | 57 | 313 | 357 | 120 | 17 | 0 | 6 | 277 | 126 | 70 |
| Binary | 101111 | 11001011 | 11101111 | 1010000 | 1111 | 0 | 110 | 10111111 | 1010110 | 111000 |
Color Harmonies of #2FCBEF
Complementary color
Monochromatic Colors of #2FCBEF
Black with #2FCBEF
Text Example
Text Example
White with #2FCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBEF; }
p { color: rgb(47,203,239); }
H1.HeaderClassName
{
color: #2FCBEF;
}
.AnyTagClassName
{
color: #2FCBEF;
}
</style>
background-color css
<style>
a { background-color: #2FCBEF; }
a { background-color: rgb(47,203,239); }
div.DivClassName
{
background-color: #2FCBEF;
}
.BgClassName
{
background-color: #2FCBEF;
}
</style>
border-color css
<style>
span { border-color: #2FCBEF; }
span { border-color: rgb(47,203,239); }
td.TdClassName
{
border-color: #2FCBEF;
}
.TagClassName
{
border-color: #2FCBEF;
}
</style>