Shades of Summer Sky #3DB4FA
Tints of Summer Sky #3DB4FA
RGB
CMYK
RGB Variations
Color information
#3DB4FA (or 0x3DB4FA) is known color: Summer Sky. HEX triplet: 3D, B4 and FA. RGB value is (61,180,250). Sum of RGB (Red+Green+Blue) = 61+180+250=491 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.42% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #3DB4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB4FA is #C24B05. Grayscale: #989898. Windows color (decimal): -12733190 or 16430141. OLE color: 16430141.
HSL color Cylindrical-coordinate representation of color #3DB4FA: hue angle of 202.22º 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 #3DB4FA is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 180 | 250 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.02 |
| HSL | 202.22º | 0.95% | 0.61% | - |
| HSV(B) | 202.22º | 0.76% | 0.98% | - |
| XYZ | 35.5 | 40.54 | 96.4 | - |
| YUV | 152.4 | 183.08 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 250 | 0.76 | 0.28 | 0 | 0.02 | 202.22 | 0.95 | 0.61 |
| Hex | 3D | B4 | FA | 4C | 1C | 0 | 2 | CA | 5F | 3D |
| Octal | 75 | 264 | 372 | 114 | 34 | 0 | 2 | 312 | 137 | 75 |
| Binary | 111101 | 10110100 | 11111010 | 1001100 | 11100 | 0 | 10 | 11001010 | 1011111 | 111101 |
Color Harmonies of #3DB4FA
Complementary color
Monochromatic Colors of #3DB4FA
Black with #3DB4FA
Text Example
Text Example
White with #3DB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB4FA; }
p { color: rgb(61,180,250); }
H1.HeaderClassName
{
color: #3DB4FA;
}
.AnyTagClassName
{
color: #3DB4FA;
}
</style>
background-color css
<style>
a { background-color: #3DB4FA; }
a { background-color: rgb(61,180,250); }
div.DivClassName
{
background-color: #3DB4FA;
}
.BgClassName
{
background-color: #3DB4FA;
}
</style>
border-color css
<style>
span { border-color: #3DB4FA; }
span { border-color: rgb(61,180,250); }
td.TdClassName
{
border-color: #3DB4FA;
}
.TagClassName
{
border-color: #3DB4FA;
}
</style>