Shades of Baby Blue #6DF3FB
Tints of Baby Blue #6DF3FB
RGB
CMYK
RGB Variations
Color information
#6DF3FB (or 0x6DF3FB) is known color: Baby Blue. HEX triplet: 6D, F3 and FB. RGB value is (109,243,251). Sum of RGB (Red+Green+Blue) = 109+243+251=603 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.08% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DF3FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF3FB is #920C04. Grayscale: #CBCBCB. Windows color (decimal): -9571333 or 16511853. OLE color: 16511853.
HSL color Cylindrical-coordinate representation of color #6DF3FB: hue angle of 183.38º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DF3FB is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 243 | 251 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.02 |
| HSL | 183.38º | 0.95% | 0.71% | - |
| HSV(B) | 183.38º | 0.57% | 0.98% | - |
| XYZ | 55.77 | 74.32 | 102.67 | - |
| YUV | 203.85 | 154.61 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 243 | 251 | 0.57 | 0.03 | 0 | 0.02 | 183.38 | 0.95 | 0.71 |
| Hex | 6D | F3 | FB | 39 | 3 | 0 | 2 | B7 | 5F | 47 |
| Octal | 155 | 363 | 373 | 71 | 3 | 0 | 2 | 267 | 137 | 107 |
| Binary | 1101101 | 11110011 | 11111011 | 111001 | 11 | 0 | 10 | 10110111 | 1011111 | 1000111 |
Color Harmonies of #6DF3FB
Complementary color
Monochromatic Colors of #6DF3FB
Black with #6DF3FB
Text Example
Text Example
White with #6DF3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF3FB; }
p { color: rgb(109,243,251); }
H1.HeaderClassName
{
color: #6DF3FB;
}
.AnyTagClassName
{
color: #6DF3FB;
}
</style>
background-color css
<style>
a { background-color: #6DF3FB; }
a { background-color: rgb(109,243,251); }
div.DivClassName
{
background-color: #6DF3FB;
}
.BgClassName
{
background-color: #6DF3FB;
}
</style>
border-color css
<style>
span { border-color: #6DF3FB; }
span { border-color: rgb(109,243,251); }
td.TdClassName
{
border-color: #6DF3FB;
}
.TagClassName
{
border-color: #6DF3FB;
}
</style>