Shades of Baby Blue #43FAFC
Tints of Baby Blue #43FAFC
RGB
CMYK
RGB Variations
Color information
#43FAFC (or 0x43FAFC) is known color: Baby Blue. HEX triplet: 43, FA and FC. RGB value is (67,250,252). Sum of RGB (Red+Green+Blue) = 67+250+252=569 (75% of max value = 765). Red value is 67 (26.56% from 255 or 11.78% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #43FAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FAFC is #BC0503. Grayscale: #C3C3C3. Windows color (decimal): -12322052 or 16579139. OLE color: 16579139.
HSL color Cylindrical-coordinate representation of color #43FAFC: hue angle of 180.65º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FAFC is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 250 | 252 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.01 |
| HSL | 180.65º | 0.97% | 0.63% | - |
| HSV(B) | 180.65º | 0.73% | 0.99% | - |
| XYZ | 54.07 | 76.59 | 104.03 | - |
| YUV | 195.51 | 159.87 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 252 | 0.73 | 0.01 | 0 | 0.01 | 180.65 | 0.97 | 0.63 |
| Hex | 43 | FA | FC | 49 | 1 | 0 | 1 | B5 | 61 | 3F |
| Octal | 103 | 372 | 374 | 111 | 1 | 0 | 1 | 265 | 141 | 77 |
| Binary | 1000011 | 11111010 | 11111100 | 1001001 | 1 | 0 | 1 | 10110101 | 1100001 | 111111 |
Color Harmonies of #43FAFC
Complementary color
Monochromatic Colors of #43FAFC
Black with #43FAFC
Text Example
Text Example
White with #43FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FAFC; }
p { color: rgb(67,250,252); }
H1.HeaderClassName
{
color: #43FAFC;
}
.AnyTagClassName
{
color: #43FAFC;
}
</style>
background-color css
<style>
a { background-color: #43FAFC; }
a { background-color: rgb(67,250,252); }
div.DivClassName
{
background-color: #43FAFC;
}
.BgClassName
{
background-color: #43FAFC;
}
</style>
border-color css
<style>
span { border-color: #43FAFC; }
span { border-color: rgb(67,250,252); }
td.TdClassName
{
border-color: #43FAFC;
}
.TagClassName
{
border-color: #43FAFC;
}
</style>