Shades of Malibu #74B7DF
Tints of Malibu #74B7DF
RGB
CMYK
RGB Variations
Color information
#74B7DF (or 0x74B7DF) is known color: Malibu. HEX triplet: 74, B7 and DF. RGB value is (116,183,223). Sum of RGB (Red+Green+Blue) = 116+183+223=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #74B7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B7DF is #8B4820. Grayscale: #A7A7A7. Windows color (decimal): -9127969 or 14661492. OLE color: 14661492.
HSL color Cylindrical-coordinate representation of color #74B7DF: hue angle of 202.43º 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 #74B7DF is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 183 | 223 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.13 |
| HSL | 202.43º | 0.63% | 0.66% | - |
| HSV(B) | 202.43º | 0.48% | 0.87% | - |
| XYZ | 37.46 | 42.91 | 76.12 | - |
| YUV | 167.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 223 | 0.48 | 0.18 | 0 | 0.13 | 202.43 | 0.63 | 0.66 |
| Hex | 74 | B7 | DF | 30 | 12 | 0 | D | CA | 3F | 42 |
| Octal | 164 | 267 | 337 | 60 | 22 | 0 | 15 | 312 | 77 | 102 |
| Binary | 1110100 | 10110111 | 11011111 | 110000 | 10010 | 0 | 1101 | 11001010 | 111111 | 1000010 |
Color Harmonies of #74B7DF
Complementary color
Monochromatic Colors of #74B7DF
Black with #74B7DF
Text Example
Text Example
White with #74B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B7DF; }
p { color: rgb(116,183,223); }
H1.HeaderClassName
{
color: #74B7DF;
}
.AnyTagClassName
{
color: #74B7DF;
}
</style>
background-color css
<style>
a { background-color: #74B7DF; }
a { background-color: rgb(116,183,223); }
div.DivClassName
{
background-color: #74B7DF;
}
.BgClassName
{
background-color: #74B7DF;
}
</style>
border-color css
<style>
span { border-color: #74B7DF; }
span { border-color: rgb(116,183,223); }
td.TdClassName
{
border-color: #74B7DF;
}
.TagClassName
{
border-color: #74B7DF;
}
</style>