Shades of Summer Sky #3DCFFA
Tints of Summer Sky #3DCFFA
RGB
CMYK
RGB Variations
Color information
#3DCFFA (or 0x3DCFFA) is known color: Summer Sky. HEX triplet: 3D, CF and FA. RGB value is (61,207,250). Sum of RGB (Red+Green+Blue) = 61+207+250=518 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.78% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #3DCFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCFFA is #C23005. Grayscale: #A7A7A7. Windows color (decimal): -12726278 or 16437053. OLE color: 16437053.
HSL color Cylindrical-coordinate representation of color #3DCFFA: hue angle of 193.65º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DCFFA is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 207 | 250 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.02 |
| HSL | 193.65º | 0.95% | 0.61% | - |
| HSV(B) | 193.65º | 0.76% | 0.98% | - |
| XYZ | 41.49 | 52.52 | 98.39 | - |
| YUV | 168.25 | 174.13 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 250 | 0.76 | 0.17 | 0 | 0.02 | 193.65 | 0.95 | 0.61 |
| Hex | 3D | CF | FA | 4C | 11 | 0 | 2 | C2 | 5F | 3D |
| Octal | 75 | 317 | 372 | 114 | 21 | 0 | 2 | 302 | 137 | 75 |
| Binary | 111101 | 11001111 | 11111010 | 1001100 | 10001 | 0 | 10 | 11000010 | 1011111 | 111101 |
Color Harmonies of #3DCFFA
Complementary color
Monochromatic Colors of #3DCFFA
Black with #3DCFFA
Text Example
Text Example
White with #3DCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFFA; }
p { color: rgb(61,207,250); }
H1.HeaderClassName
{
color: #3DCFFA;
}
.AnyTagClassName
{
color: #3DCFFA;
}
</style>
background-color css
<style>
a { background-color: #3DCFFA; }
a { background-color: rgb(61,207,250); }
div.DivClassName
{
background-color: #3DCFFA;
}
.BgClassName
{
background-color: #3DCFFA;
}
</style>
border-color css
<style>
span { border-color: #3DCFFA; }
span { border-color: rgb(61,207,250); }
td.TdClassName
{
border-color: #3DCFFA;
}
.TagClassName
{
border-color: #3DCFFA;
}
</style>