Shades of Summer Sky #3FCBFC
Tints of Summer Sky #3FCBFC
RGB
CMYK
RGB Variations
Color information
#3FCBFC (or 0x3FCBFC) is known color: Summer Sky. HEX triplet: 3F, CB and FC. RGB value is (63,203,252). Sum of RGB (Red+Green+Blue) = 63+203+252=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FCBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCBFC is #C03403. Grayscale: #A6A6A6. Windows color (decimal): -12596228 or 16567103. OLE color: 16567103.
HSL color Cylindrical-coordinate representation of color #3FCBFC: hue angle of 195.56º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCBFC is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 203 | 252 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.01 |
| HSL | 195.56º | 0.97% | 0.62% | - |
| HSV(B) | 195.56º | 0.75% | 0.99% | - |
| XYZ | 40.98 | 50.8 | 99.74 | - |
| YUV | 166.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 252 | 0.75 | 0.19 | 0 | 0.01 | 195.56 | 0.97 | 0.62 |
| Hex | 3F | CB | FC | 4B | 13 | 0 | 1 | C4 | 61 | 3E |
| Octal | 77 | 313 | 374 | 113 | 23 | 0 | 1 | 304 | 141 | 76 |
| Binary | 111111 | 11001011 | 11111100 | 1001011 | 10011 | 0 | 1 | 11000100 | 1100001 | 111110 |
Color Harmonies of #3FCBFC
Complementary color
Monochromatic Colors of #3FCBFC
Black with #3FCBFC
Text Example
Text Example
White with #3FCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBFC; }
p { color: rgb(63,203,252); }
H1.HeaderClassName
{
color: #3FCBFC;
}
.AnyTagClassName
{
color: #3FCBFC;
}
</style>
background-color css
<style>
a { background-color: #3FCBFC; }
a { background-color: rgb(63,203,252); }
div.DivClassName
{
background-color: #3FCBFC;
}
.BgClassName
{
background-color: #3FCBFC;
}
</style>
border-color css
<style>
span { border-color: #3FCBFC; }
span { border-color: rgb(63,203,252); }
td.TdClassName
{
border-color: #3FCBFC;
}
.TagClassName
{
border-color: #3FCBFC;
}
</style>