Shades of Summer Sky #3BCDFE
Tints of Summer Sky #3BCDFE
RGB
CMYK
RGB Variations
Color information
#3BCDFE (or 0x3BCDFE) is known color: Summer Sky. HEX triplet: 3B, CD and FE. RGB value is (59,205,254). Sum of RGB (Red+Green+Blue) = 59+205+254=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BCDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCDFE is #C43201. Grayscale: #A6A6A6. Windows color (decimal): -12857858 or 16698683. OLE color: 16698683.
HSL color Cylindrical-coordinate representation of color #3BCDFE: hue angle of 195.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BCDFE is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 205 | 254 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.00 |
| HSL | 195.08º | 0.99% | 0.61% | - |
| HSV(B) | 195.08º | 0.77% | 1% | - |
| XYZ | 41.52 | 51.75 | 101.57 | - |
| YUV | 166.93 | 177.13 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 254 | 0.77 | 0.19 | 0 | 0.00 | 195.08 | 0.99 | 0.61 |
| Hex | 3B | CD | FE | 4D | 13 | 0 | 0 | C3 | 63 | 3D |
| Octal | 73 | 315 | 376 | 115 | 23 | 0 | 0 | 303 | 143 | 75 |
| Binary | 111011 | 11001101 | 11111110 | 1001101 | 10011 | 0 | 0 | 11000011 | 1100011 | 111101 |
Color Harmonies of #3BCDFE
Complementary color
Monochromatic Colors of #3BCDFE
Black with #3BCDFE
Text Example
Text Example
White with #3BCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDFE; }
p { color: rgb(59,205,254); }
H1.HeaderClassName
{
color: #3BCDFE;
}
.AnyTagClassName
{
color: #3BCDFE;
}
</style>
background-color css
<style>
a { background-color: #3BCDFE; }
a { background-color: rgb(59,205,254); }
div.DivClassName
{
background-color: #3BCDFE;
}
.BgClassName
{
background-color: #3BCDFE;
}
</style>
border-color css
<style>
span { border-color: #3BCDFE; }
span { border-color: rgb(59,205,254); }
td.TdClassName
{
border-color: #3BCDFE;
}
.TagClassName
{
border-color: #3BCDFE;
}
</style>