Shades of Summer Sky #3DD4FF
Tints of Summer Sky #3DD4FF
RGB
CMYK
RGB Variations
Color information
#3DD4FF (or 0x3DD4FF) is known color: Summer Sky. HEX triplet: 3D, D4 and FF. RGB value is (61,212,255). Sum of RGB (Red+Green+Blue) = 61+212+255=528 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.55% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DD4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD4FF is #C22B00. Grayscale: #ABABAB. Windows color (decimal): -12724993 or 16766013. OLE color: 16766013.
HSL color Cylindrical-coordinate representation of color #3DD4FF: hue angle of 193.3º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DD4FF is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 212 | 255 | - |
| CMYK | 0.76 | 0.17 | 0 | 0 |
| HSL | 193.3º | 1% | 0.62% | - |
| HSV(B) | 193.3º | 0.76% | 1% | - |
| XYZ | 43.52 | 55.3 | 102.99 | - |
| YUV | 171.75 | 174.97 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 255 | 0.76 | 0.17 | 0 | 0 | 193.3 | 1 | 0.62 |
| Hex | 3D | D4 | FF | 4C | 11 | 0 | 0 | C1 | 64 | 3E |
| Octal | 75 | 324 | 377 | 114 | 21 | 0 | 0 | 301 | 144 | 76 |
| Binary | 111101 | 11010100 | 11111111 | 1001100 | 10001 | 0 | 0 | 11000001 | 1100100 | 111110 |
Color Harmonies of #3DD4FF
Complementary color
Monochromatic Colors of #3DD4FF
Black with #3DD4FF
Text Example
Text Example
White with #3DD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD4FF; }
p { color: rgb(61,212,255); }
H1.HeaderClassName
{
color: #3DD4FF;
}
.AnyTagClassName
{
color: #3DD4FF;
}
</style>
background-color css
<style>
a { background-color: #3DD4FF; }
a { background-color: rgb(61,212,255); }
div.DivClassName
{
background-color: #3DD4FF;
}
.BgClassName
{
background-color: #3DD4FF;
}
</style>
border-color css
<style>
span { border-color: #3DD4FF; }
span { border-color: rgb(61,212,255); }
td.TdClassName
{
border-color: #3DD4FF;
}
.TagClassName
{
border-color: #3DD4FF;
}
</style>