Shades of Baby Blue #6BEAFD
Tints of Baby Blue #6BEAFD
RGB
CMYK
RGB Variations
Color information
#6BEAFD (or 0x6BEAFD) is known color: Baby Blue. HEX triplet: 6B, EA and FD. RGB value is (107,234,253). Sum of RGB (Red+Green+Blue) = 107+234+253=594 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.01% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BEAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAFD is #941502. Grayscale: #C5C5C5. Windows color (decimal): -9704707 or 16640619. OLE color: 16640619.
HSL color Cylindrical-coordinate representation of color #6BEAFD: hue angle of 187.81º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BEAFD is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 234 | 253 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.01 |
| HSL | 187.81º | 0.97% | 0.71% | - |
| HSV(B) | 187.81º | 0.58% | 0.99% | - |
| XYZ | 53.22 | 69.06 | 103.45 | - |
| YUV | 198.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 253 | 0.58 | 0.08 | 0 | 0.01 | 187.81 | 0.97 | 0.71 |
| Hex | 6B | EA | FD | 3A | 8 | 0 | 1 | BC | 61 | 47 |
| Octal | 153 | 352 | 375 | 72 | 10 | 0 | 1 | 274 | 141 | 107 |
| Binary | 1101011 | 11101010 | 11111101 | 111010 | 1000 | 0 | 1 | 10111100 | 1100001 | 1000111 |
Color Harmonies of #6BEAFD
Complementary color
Monochromatic Colors of #6BEAFD
Black with #6BEAFD
Text Example
Text Example
White with #6BEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEAFD; }
p { color: rgb(107,234,253); }
H1.HeaderClassName
{
color: #6BEAFD;
}
.AnyTagClassName
{
color: #6BEAFD;
}
</style>
background-color css
<style>
a { background-color: #6BEAFD; }
a { background-color: rgb(107,234,253); }
div.DivClassName
{
background-color: #6BEAFD;
}
.BgClassName
{
background-color: #6BEAFD;
}
</style>
border-color css
<style>
span { border-color: #6BEAFD; }
span { border-color: rgb(107,234,253); }
td.TdClassName
{
border-color: #6BEAFD;
}
.TagClassName
{
border-color: #6BEAFD;
}
</style>