Shades of Summer Sky #4ACBEF
Tints of Summer Sky #4ACBEF
RGB
CMYK
RGB Variations
Color information
#4ACBEF (or 0x4ACBEF) is known color: Summer Sky. HEX triplet: 4A, CB and EF. RGB value is (74,203,239). Sum of RGB (Red+Green+Blue) = 74+203+239=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ACBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACBEF is #B53410. Grayscale: #A8A8A8. Windows color (decimal): -11875345 or 15715146. OLE color: 15715146.
HSL color Cylindrical-coordinate representation of color #4ACBEF: hue angle of 193.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACBEF is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 203 | 239 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.06 |
| HSL | 193.09º | 0.84% | 0.61% | - |
| HSV(B) | 193.09º | 0.69% | 0.94% | - |
| XYZ | 39.76 | 50.4 | 89.29 | - |
| YUV | 168.53 | 167.76 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 239 | 0.69 | 0.15 | 0 | 0.06 | 193.09 | 0.84 | 0.61 |
| Hex | 4A | CB | EF | 45 | F | 0 | 6 | C1 | 54 | 3D |
| Octal | 112 | 313 | 357 | 105 | 17 | 0 | 6 | 301 | 124 | 75 |
| Binary | 1001010 | 11001011 | 11101111 | 1000101 | 1111 | 0 | 110 | 11000001 | 1010100 | 111101 |
Color Harmonies of #4ACBEF
Complementary color
Monochromatic Colors of #4ACBEF
Black with #4ACBEF
Text Example
Text Example
White with #4ACBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBEF; }
p { color: rgb(74,203,239); }
H1.HeaderClassName
{
color: #4ACBEF;
}
.AnyTagClassName
{
color: #4ACBEF;
}
</style>
background-color css
<style>
a { background-color: #4ACBEF; }
a { background-color: rgb(74,203,239); }
div.DivClassName
{
background-color: #4ACBEF;
}
.BgClassName
{
background-color: #4ACBEF;
}
</style>
border-color css
<style>
span { border-color: #4ACBEF; }
span { border-color: rgb(74,203,239); }
td.TdClassName
{
border-color: #4ACBEF;
}
.TagClassName
{
border-color: #4ACBEF;
}
</style>