Shades of Summer Sky #1FB4DC
Tints of Summer Sky #1FB4DC
RGB
CMYK
RGB Variations
Color information
#1FB4DC (or 0x1FB4DC) is known color: Summer Sky. HEX triplet: 1F, B4 and DC. RGB value is (31,180,220). Sum of RGB (Red+Green+Blue) = 31+180+220=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FB4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB4DC is #E04B23. Grayscale: #8B8B8B. Windows color (decimal): -14699300 or 14464031. OLE color: 14464031.
HSL color Cylindrical-coordinate representation of color #1FB4DC: hue angle of 192.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FB4DC is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 180 | 220 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.14 |
| HSL | 192.7º | 0.75% | 0.49% | - |
| HSV(B) | 192.7º | 0.86% | 0.86% | - |
| XYZ | 29.8 | 38.1 | 73.49 | - |
| YUV | 140.01 | 173.14 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 220 | 0.86 | 0.18 | 0 | 0.14 | 192.7 | 0.75 | 0.49 |
| Hex | 1F | B4 | DC | 56 | 12 | 0 | E | C1 | 4B | 31 |
| Octal | 37 | 264 | 334 | 126 | 22 | 0 | 16 | 301 | 113 | 61 |
| Binary | 11111 | 10110100 | 11011100 | 1010110 | 10010 | 0 | 1110 | 11000001 | 1001011 | 110001 |
Color Harmonies of #1FB4DC
Complementary color
Monochromatic Colors of #1FB4DC
Black with #1FB4DC
Text Example
Text Example
White with #1FB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB4DC; }
p { color: rgb(31,180,220); }
H1.HeaderClassName
{
color: #1FB4DC;
}
.AnyTagClassName
{
color: #1FB4DC;
}
</style>
background-color css
<style>
a { background-color: #1FB4DC; }
a { background-color: rgb(31,180,220); }
div.DivClassName
{
background-color: #1FB4DC;
}
.BgClassName
{
background-color: #1FB4DC;
}
</style>
border-color css
<style>
span { border-color: #1FB4DC; }
span { border-color: rgb(31,180,220); }
td.TdClassName
{
border-color: #1FB4DC;
}
.TagClassName
{
border-color: #1FB4DC;
}
</style>