Shades of Summer Sky #4ACBF1
Tints of Summer Sky #4ACBF1
RGB
CMYK
RGB Variations
Color information
#4ACBF1 (or 0x4ACBF1) is known color: Summer Sky. HEX triplet: 4A, CB and F1. RGB value is (74,203,241). Sum of RGB (Red+Green+Blue) = 74+203+241=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #4ACBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACBF1 is #B5340E. Grayscale: #A8A8A8. Windows color (decimal): -11875343 or 15846218. OLE color: 15846218.
HSL color Cylindrical-coordinate representation of color #4ACBF1: hue angle of 193.65º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACBF1 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 203 | 241 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.05 |
| HSL | 193.65º | 0.86% | 0.62% | - |
| HSV(B) | 193.65º | 0.69% | 0.95% | - |
| XYZ | 40.06 | 50.52 | 90.86 | - |
| YUV | 168.76 | 168.76 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 241 | 0.69 | 0.16 | 0 | 0.05 | 193.65 | 0.86 | 0.62 |
| Hex | 4A | CB | F1 | 45 | 10 | 0 | 5 | C2 | 56 | 3E |
| Octal | 112 | 313 | 361 | 105 | 20 | 0 | 5 | 302 | 126 | 76 |
| Binary | 1001010 | 11001011 | 11110001 | 1000101 | 10000 | 0 | 101 | 11000010 | 1010110 | 111110 |
Color Harmonies of #4ACBF1
Complementary color
Monochromatic Colors of #4ACBF1
Black with #4ACBF1
Text Example
Text Example
White with #4ACBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBF1; }
p { color: rgb(74,203,241); }
H1.HeaderClassName
{
color: #4ACBF1;
}
.AnyTagClassName
{
color: #4ACBF1;
}
</style>
background-color css
<style>
a { background-color: #4ACBF1; }
a { background-color: rgb(74,203,241); }
div.DivClassName
{
background-color: #4ACBF1;
}
.BgClassName
{
background-color: #4ACBF1;
}
</style>
border-color css
<style>
span { border-color: #4ACBF1; }
span { border-color: rgb(74,203,241); }
td.TdClassName
{
border-color: #4ACBF1;
}
.TagClassName
{
border-color: #4ACBF1;
}
</style>