Shades of Summer Sky #3ACBED
Tints of Summer Sky #3ACBED
RGB
CMYK
RGB Variations
Color information
#3ACBED (or 0x3ACBED) is known color: Summer Sky. HEX triplet: 3A, CB and ED. RGB value is (58,203,237). Sum of RGB (Red+Green+Blue) = 58+203+237=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #3ACBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACBED is #C53412. Grayscale: #A3A3A3. Windows color (decimal): -12923923 or 15584058. OLE color: 15584058.
HSL color Cylindrical-coordinate representation of color #3ACBED: hue angle of 191.4º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACBED is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 203 | 237 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.07 |
| HSL | 191.4º | 0.83% | 0.58% | - |
| HSV(B) | 191.4º | 0.76% | 0.93% | - |
| XYZ | 38.39 | 49.73 | 87.7 | - |
| YUV | 163.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 237 | 0.76 | 0.14 | 0 | 0.07 | 191.4 | 0.83 | 0.58 |
| Hex | 3A | CB | ED | 4C | E | 0 | 7 | BF | 53 | 3A |
| Octal | 72 | 313 | 355 | 114 | 16 | 0 | 7 | 277 | 123 | 72 |
| Binary | 111010 | 11001011 | 11101101 | 1001100 | 1110 | 0 | 111 | 10111111 | 1010011 | 111010 |
Color Harmonies of #3ACBED
Complementary color
Monochromatic Colors of #3ACBED
Black with #3ACBED
Text Example
Text Example
White with #3ACBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBED; }
p { color: rgb(58,203,237); }
H1.HeaderClassName
{
color: #3ACBED;
}
.AnyTagClassName
{
color: #3ACBED;
}
</style>
background-color css
<style>
a { background-color: #3ACBED; }
a { background-color: rgb(58,203,237); }
div.DivClassName
{
background-color: #3ACBED;
}
.BgClassName
{
background-color: #3ACBED;
}
</style>
border-color css
<style>
span { border-color: #3ACBED; }
span { border-color: rgb(58,203,237); }
td.TdClassName
{
border-color: #3ACBED;
}
.TagClassName
{
border-color: #3ACBED;
}
</style>