Shades of Baby Blue #6EF5FD
Tints of Baby Blue #6EF5FD
RGB
CMYK
RGB Variations
Color information
#6EF5FD (or 0x6EF5FD) is known color: Baby Blue. HEX triplet: 6E, F5 and FD. RGB value is (110,245,253). Sum of RGB (Red+Green+Blue) = 110+245+253=608 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.09% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EF5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF5FD is #910A02. Grayscale: #CDCDCD. Windows color (decimal): -9505283 or 16643438. OLE color: 16643438.
HSL color Cylindrical-coordinate representation of color #6EF5FD: hue angle of 183.36º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EF5FD is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 245 | 253 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.01 |
| HSL | 183.36º | 0.97% | 0.71% | - |
| HSV(B) | 183.36º | 0.57% | 0.99% | - |
| XYZ | 56.81 | 75.71 | 104.55 | - |
| YUV | 205.55 | 154.77 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 245 | 253 | 0.57 | 0.03 | 0 | 0.01 | 183.36 | 0.97 | 0.71 |
| Hex | 6E | F5 | FD | 39 | 3 | 0 | 1 | B7 | 61 | 47 |
| Octal | 156 | 365 | 375 | 71 | 3 | 0 | 1 | 267 | 141 | 107 |
| Binary | 1101110 | 11110101 | 11111101 | 111001 | 11 | 0 | 1 | 10110111 | 1100001 | 1000111 |
Color Harmonies of #6EF5FD
Complementary color
Monochromatic Colors of #6EF5FD
Black with #6EF5FD
Text Example
Text Example
White with #6EF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF5FD; }
p { color: rgb(110,245,253); }
H1.HeaderClassName
{
color: #6EF5FD;
}
.AnyTagClassName
{
color: #6EF5FD;
}
</style>
background-color css
<style>
a { background-color: #6EF5FD; }
a { background-color: rgb(110,245,253); }
div.DivClassName
{
background-color: #6EF5FD;
}
.BgClassName
{
background-color: #6EF5FD;
}
</style>
border-color css
<style>
span { border-color: #6EF5FD; }
span { border-color: rgb(110,245,253); }
td.TdClassName
{
border-color: #6EF5FD;
}
.TagClassName
{
border-color: #6EF5FD;
}
</style>