Shades of Malibu #5EAFDF
Tints of Malibu #5EAFDF
RGB
CMYK
RGB Variations
Color information
#5EAFDF (or 0x5EAFDF) is known color: Malibu. HEX triplet: 5E, AF and DF. RGB value is (94,175,223). Sum of RGB (Red+Green+Blue) = 94+175+223=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFDF is #A15020. Grayscale: #9B9B9B. Windows color (decimal): -10571809 or 14659422. OLE color: 14659422.
HSL color Cylindrical-coordinate representation of color #5EAFDF: hue angle of 202.33º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EAFDF is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 94 | 175 | 223 | - |
CMYK | 0.58 | 0.22 | 0 | 0.13 |
HSL | 202.33º | 0.67% | 0.62% | - |
HSV(B) | 202.33º | 0.58% | 0.87% | - |
XYZ | 33.27 | 38.37 | 75.46 | - |
YUV | 156.25 | 165.66 | 83.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 175 | 223 | 0.58 | 0.22 | 0 | 0.13 | 202.33 | 0.67 | 0.62 |
Hex | 5E | AF | DF | 3A | 16 | 0 | D | CA | 43 | 3E |
Octal | 136 | 257 | 337 | 72 | 26 | 0 | 15 | 312 | 103 | 76 |
Binary | 1011110 | 10101111 | 11011111 | 111010 | 10110 | 0 | 1101 | 11001010 | 1000011 | 111110 |
Color Harmonies of #5EAFDF
Complementary color
Monochromatic Colors of #5EAFDF
Black with #5EAFDF
Text Example
Text Example
White with #5EAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFDF; }
p { color: rgb(94,175,223); }
H1.HeaderClassName
{
color: #5EAFDF;
}
.AnyTagClassName
{
color: #5EAFDF;
}
</style>
background-color css
<style>
a { background-color: #5EAFDF; }
a { background-color: rgb(94,175,223); }
div.DivClassName
{
background-color: #5EAFDF;
}
.BgClassName
{
background-color: #5EAFDF;
}
</style>
border-color css
<style>
span { border-color: #5EAFDF; }
span { border-color: rgb(94,175,223); }
td.TdClassName
{
border-color: #5EAFDF;
}
.TagClassName
{
border-color: #5EAFDF;
}
</style>