Shades of Baby Blue #6FF5FE
Tints of Baby Blue #6FF5FE
RGB
CMYK
RGB Variations
Color information
#6FF5FE (or 0x6FF5FE) is known color: Baby Blue. HEX triplet: 6F, F5 and FE. RGB value is (111,245,254). Sum of RGB (Red+Green+Blue) = 111+245+254=610 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.20% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FF5FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF5FE is #900A01. Grayscale: #CDCDCD. Windows color (decimal): -9439746 or 16708975. OLE color: 16708975.
HSL color Cylindrical-coordinate representation of color #6FF5FE: hue angle of 183.78º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FF5FE is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 245 | 254 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.00 |
| HSL | 183.78º | 0.99% | 0.72% | - |
| HSV(B) | 183.78º | 0.56% | 1% | - |
| XYZ | 57.1 | 75.84 | 105.4 | - |
| YUV | 205.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 245 | 254 | 0.56 | 0.04 | 0 | 0.00 | 183.78 | 0.99 | 0.72 |
| Hex | 6F | F5 | FE | 38 | 4 | 0 | 0 | B8 | 63 | 48 |
| Octal | 157 | 365 | 376 | 70 | 4 | 0 | 0 | 270 | 143 | 110 |
| Binary | 1101111 | 11110101 | 11111110 | 111000 | 100 | 0 | 0 | 10111000 | 1100011 | 1001000 |
Color Harmonies of #6FF5FE
Complementary color
Monochromatic Colors of #6FF5FE
Black with #6FF5FE
Text Example
Text Example
White with #6FF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF5FE; }
p { color: rgb(111,245,254); }
H1.HeaderClassName
{
color: #6FF5FE;
}
.AnyTagClassName
{
color: #6FF5FE;
}
</style>
background-color css
<style>
a { background-color: #6FF5FE; }
a { background-color: rgb(111,245,254); }
div.DivClassName
{
background-color: #6FF5FE;
}
.BgClassName
{
background-color: #6FF5FE;
}
</style>
border-color css
<style>
span { border-color: #6FF5FE; }
span { border-color: rgb(111,245,254); }
td.TdClassName
{
border-color: #6FF5FE;
}
.TagClassName
{
border-color: #6FF5FE;
}
</style>