Shades of Malibu #74B6DF
Tints of Malibu #74B6DF
RGB
CMYK
RGB Variations
Color information
#74B6DF (or 0x74B6DF) is known color: Malibu. HEX triplet: 74, B6 and DF. RGB value is (116,182,223). Sum of RGB (Red+Green+Blue) = 116+182+223=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #74B6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6DF is #8B4920. Grayscale: #A6A6A6. Windows color (decimal): -9128225 or 14661236. OLE color: 14661236.
HSL color Cylindrical-coordinate representation of color #74B6DF: hue angle of 202.99º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74B6DF is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 182 | 223 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.13 |
| HSL | 202.99º | 0.63% | 0.66% | - |
| HSV(B) | 202.99º | 0.48% | 0.87% | - |
| XYZ | 37.25 | 42.5 | 76.05 | - |
| YUV | 166.94 | 159.63 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 223 | 0.48 | 0.18 | 0 | 0.13 | 202.99 | 0.63 | 0.66 |
| Hex | 74 | B6 | DF | 30 | 12 | 0 | D | CB | 3F | 42 |
| Octal | 164 | 266 | 337 | 60 | 22 | 0 | 15 | 313 | 77 | 102 |
| Binary | 1110100 | 10110110 | 11011111 | 110000 | 10010 | 0 | 1101 | 11001011 | 111111 | 1000010 |
Color Harmonies of #74B6DF
Complementary color
Monochromatic Colors of #74B6DF
Black with #74B6DF
Text Example
Text Example
White with #74B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B6DF; }
p { color: rgb(116,182,223); }
H1.HeaderClassName
{
color: #74B6DF;
}
.AnyTagClassName
{
color: #74B6DF;
}
</style>
background-color css
<style>
a { background-color: #74B6DF; }
a { background-color: rgb(116,182,223); }
div.DivClassName
{
background-color: #74B6DF;
}
.BgClassName
{
background-color: #74B6DF;
}
</style>
border-color css
<style>
span { border-color: #74B6DF; }
span { border-color: rgb(116,182,223); }
td.TdClassName
{
border-color: #74B6DF;
}
.TagClassName
{
border-color: #74B6DF;
}
</style>