Shades of Summer Sky #1CB3DF
Tints of Summer Sky #1CB3DF
RGB
CMYK
RGB Variations
Color information
#1CB3DF (or 0x1CB3DF) is known color: Summer Sky. HEX triplet: 1C, B3 and DF. RGB value is (28,179,223). Sum of RGB (Red+Green+Blue) = 28+179+223=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CB3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB3DF is #E34C20. Grayscale: #8A8A8A. Windows color (decimal): -14896161 or 14660380. OLE color: 14660380.
HSL color Cylindrical-coordinate representation of color #1CB3DF: hue angle of 193.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB3DF is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 179 | 223 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.13 |
| HSL | 193.54º | 0.78% | 0.49% | - |
| HSV(B) | 193.54º | 0.87% | 0.87% | - |
| XYZ | 29.92 | 37.81 | 75.53 | - |
| YUV | 138.87 | 175.47 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 223 | 0.87 | 0.20 | 0 | 0.13 | 193.54 | 0.78 | 0.49 |
| Hex | 1C | B3 | DF | 57 | 14 | 0 | D | C2 | 4E | 31 |
| Octal | 34 | 263 | 337 | 127 | 24 | 0 | 15 | 302 | 116 | 61 |
| Binary | 11100 | 10110011 | 11011111 | 1010111 | 10100 | 0 | 1101 | 11000010 | 1001110 | 110001 |
Color Harmonies of #1CB3DF
Complementary color
Monochromatic Colors of #1CB3DF
Black with #1CB3DF
Text Example
Text Example
White with #1CB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB3DF; }
p { color: rgb(28,179,223); }
H1.HeaderClassName
{
color: #1CB3DF;
}
.AnyTagClassName
{
color: #1CB3DF;
}
</style>
background-color css
<style>
a { background-color: #1CB3DF; }
a { background-color: rgb(28,179,223); }
div.DivClassName
{
background-color: #1CB3DF;
}
.BgClassName
{
background-color: #1CB3DF;
}
</style>
border-color css
<style>
span { border-color: #1CB3DF; }
span { border-color: rgb(28,179,223); }
td.TdClassName
{
border-color: #1CB3DF;
}
.TagClassName
{
border-color: #1CB3DF;
}
</style>