Shades of Summer Sky #1FB3DA
Tints of Summer Sky #1FB3DA
RGB
CMYK
RGB Variations
Color information
#1FB3DA (or 0x1FB3DA) is known color: Summer Sky. HEX triplet: 1F, B3 and DA. RGB value is (31,179,218). Sum of RGB (Red+Green+Blue) = 31+179+218=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FB3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB3DA is #E04C25. Grayscale: #8A8A8A. Windows color (decimal): -14699558 or 14332703. OLE color: 14332703.
HSL color Cylindrical-coordinate representation of color #1FB3DA: hue angle of 192.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FB3DA is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 179 | 218 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.15 |
| HSL | 192.51º | 0.75% | 0.49% | - |
| HSV(B) | 192.51º | 0.86% | 0.85% | - |
| XYZ | 29.34 | 37.59 | 72.04 | - |
| YUV | 139.19 | 172.47 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 218 | 0.86 | 0.18 | 0 | 0.15 | 192.51 | 0.75 | 0.49 |
| Hex | 1F | B3 | DA | 56 | 12 | 0 | F | C1 | 4B | 31 |
| Octal | 37 | 263 | 332 | 126 | 22 | 0 | 17 | 301 | 113 | 61 |
| Binary | 11111 | 10110011 | 11011010 | 1010110 | 10010 | 0 | 1111 | 11000001 | 1001011 | 110001 |
Color Harmonies of #1FB3DA
Complementary color
Monochromatic Colors of #1FB3DA
Black with #1FB3DA
Text Example
Text Example
White with #1FB3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB3DA; }
p { color: rgb(31,179,218); }
H1.HeaderClassName
{
color: #1FB3DA;
}
.AnyTagClassName
{
color: #1FB3DA;
}
</style>
background-color css
<style>
a { background-color: #1FB3DA; }
a { background-color: rgb(31,179,218); }
div.DivClassName
{
background-color: #1FB3DA;
}
.BgClassName
{
background-color: #1FB3DA;
}
</style>
border-color css
<style>
span { border-color: #1FB3DA; }
span { border-color: rgb(31,179,218); }
td.TdClassName
{
border-color: #1FB3DA;
}
.TagClassName
{
border-color: #1FB3DA;
}
</style>