Shades of Baby Blue #6AF3FE
Tints of Baby Blue #6AF3FE
RGB
CMYK
RGB Variations
Color information
#6AF3FE (or 0x6AF3FE) is known color: Baby Blue. HEX triplet: 6A, F3 and FE. RGB value is (106,243,254). Sum of RGB (Red+Green+Blue) = 106+243+254=603 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.58% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AF3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF3FE is #950C01. Grayscale: #CBCBCB. Windows color (decimal): -9767938 or 16708458. OLE color: 16708458.
HSL color Cylindrical-coordinate representation of color #6AF3FE: hue angle of 184.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AF3FE is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 243 | 254 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.00 |
| HSL | 184.46º | 0.99% | 0.71% | - |
| HSV(B) | 184.46º | 0.58% | 1% | - |
| XYZ | 55.88 | 74.32 | 105.17 | - |
| YUV | 203.29 | 156.61 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 254 | 0.58 | 0.04 | 0 | 0.00 | 184.46 | 0.99 | 0.71 |
| Hex | 6A | F3 | FE | 3A | 4 | 0 | 0 | B8 | 63 | 47 |
| Octal | 152 | 363 | 376 | 72 | 4 | 0 | 0 | 270 | 143 | 107 |
| Binary | 1101010 | 11110011 | 11111110 | 111010 | 100 | 0 | 0 | 10111000 | 1100011 | 1000111 |
Color Harmonies of #6AF3FE
Complementary color
Monochromatic Colors of #6AF3FE
Black with #6AF3FE
Text Example
Text Example
White with #6AF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF3FE; }
p { color: rgb(106,243,254); }
H1.HeaderClassName
{
color: #6AF3FE;
}
.AnyTagClassName
{
color: #6AF3FE;
}
</style>
background-color css
<style>
a { background-color: #6AF3FE; }
a { background-color: rgb(106,243,254); }
div.DivClassName
{
background-color: #6AF3FE;
}
.BgClassName
{
background-color: #6AF3FE;
}
</style>
border-color css
<style>
span { border-color: #6AF3FE; }
span { border-color: rgb(106,243,254); }
td.TdClassName
{
border-color: #6AF3FE;
}
.TagClassName
{
border-color: #6AF3FE;
}
</style>