Shades of Azure #EFFCFC
Tints of Azure #EFFCFC
RGB
CMYK
RGB Variations
Color information
#EFFCFC (or 0xEFFCFC) is known color: Azure. HEX triplet: EF, FC and FC. RGB value is (239,252,252). Sum of RGB (Red+Green+Blue) = 239+252+252=743 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.17% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #EFFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCFC is #100303. Grayscale: #F8F8F8. Windows color (decimal): -1049348 or 16579823. OLE color: 16579823.
HSL color Cylindrical-coordinate representation of color #EFFCFC: hue angle of 180º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFCFC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 252 | 252 | - |
CMYK | 0.05 | 0 | 0 | 0.01 |
HSL | 180º | 0.68% | 0.96% | - |
HSV(B) | 180º | 0.05% | 0.99% | - |
XYZ | 87.98 | 95 | 105.8 | - |
YUV | 248.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 252 | 252 | 0.05 | 0 | 0 | 0.01 | 180 | 0.68 | 0.96 |
Hex | EF | FC | FC | 5 | 0 | 0 | 1 | B4 | 44 | 60 |
Octal | 357 | 374 | 374 | 5 | 0 | 0 | 1 | 264 | 104 | 140 |
Binary | 11101111 | 11111100 | 11111100 | 101 | 0 | 0 | 1 | 10110100 | 1000100 | 1100000 |
Color Harmonies of #EFFCFC
Complementary color
Monochromatic Colors of #EFFCFC
Black with #EFFCFC
Text Example
Text Example
White with #EFFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCFC; }
p { color: rgb(239,252,252); }
H1.HeaderClassName
{
color: #EFFCFC;
}
.AnyTagClassName
{
color: #EFFCFC;
}
</style>
background-color css
<style>
a { background-color: #EFFCFC; }
a { background-color: rgb(239,252,252); }
div.DivClassName
{
background-color: #EFFCFC;
}
.BgClassName
{
background-color: #EFFCFC;
}
</style>
border-color css
<style>
span { border-color: #EFFCFC; }
span { border-color: rgb(239,252,252); }
td.TdClassName
{
border-color: #EFFCFC;
}
.TagClassName
{
border-color: #EFFCFC;
}
</style>