Shades of Malibu #74B8DF
Tints of Malibu #74B8DF
RGB
CMYK
RGB Variations
Color information
#74B8DF (or 0x74B8DF) is known color: Malibu. HEX triplet: 74, B8 and DF. RGB value is (116,184,223). Sum of RGB (Red+Green+Blue) = 116+184+223=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #74B8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B8DF is #8B4720. Grayscale: #A7A7A7. Windows color (decimal): -9127713 or 14661748. OLE color: 14661748.
HSL color Cylindrical-coordinate representation of color #74B8DF: hue angle of 201.87º 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 #74B8DF is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 184 | 223 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.13 |
| HSL | 201.87º | 0.63% | 0.66% | - |
| HSV(B) | 201.87º | 0.48% | 0.87% | - |
| XYZ | 37.66 | 43.32 | 76.19 | - |
| YUV | 168.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 223 | 0.48 | 0.17 | 0 | 0.13 | 201.87 | 0.63 | 0.66 |
| Hex | 74 | B8 | DF | 30 | 11 | 0 | D | CA | 3F | 42 |
| Octal | 164 | 270 | 337 | 60 | 21 | 0 | 15 | 312 | 77 | 102 |
| Binary | 1110100 | 10111000 | 11011111 | 110000 | 10001 | 0 | 1101 | 11001010 | 111111 | 1000010 |
Color Harmonies of #74B8DF
Complementary color
Monochromatic Colors of #74B8DF
Black with #74B8DF
Text Example
Text Example
White with #74B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B8DF; }
p { color: rgb(116,184,223); }
H1.HeaderClassName
{
color: #74B8DF;
}
.AnyTagClassName
{
color: #74B8DF;
}
</style>
background-color css
<style>
a { background-color: #74B8DF; }
a { background-color: rgb(116,184,223); }
div.DivClassName
{
background-color: #74B8DF;
}
.BgClassName
{
background-color: #74B8DF;
}
</style>
border-color css
<style>
span { border-color: #74B8DF; }
span { border-color: rgb(116,184,223); }
td.TdClassName
{
border-color: #74B8DF;
}
.TagClassName
{
border-color: #74B8DF;
}
</style>