Shades of Summer Sky #2FC4FC
Tints of Summer Sky #2FC4FC
RGB
CMYK
RGB Variations
Color information
#2FC4FC (or 0x2FC4FC) is known color: Summer Sky. HEX triplet: 2F, C4 and FC. RGB value is (47,196,252). Sum of RGB (Red+Green+Blue) = 47+196+252=495 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.49% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FC4FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC4FC is #D03B03. Grayscale: #9D9D9D. Windows color (decimal): -13646596 or 16565295. OLE color: 16565295.
HSL color Cylindrical-coordinate representation of color #2FC4FC: hue angle of 196.39º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FC4FC is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 47 | 196 | 252 | - |
CMYK | 0.81 | 0.22 | 0 | 0.01 |
HSL | 196.39º | 0.97% | 0.59% | - |
HSV(B) | 196.39º | 0.81% | 0.99% | - |
XYZ | 38.48 | 47.11 | 99.16 | - |
YUV | 157.83 | 181.14 | 48.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 196 | 252 | 0.81 | 0.22 | 0 | 0.01 | 196.39 | 0.97 | 0.59 |
Hex | 2F | C4 | FC | 51 | 16 | 0 | 1 | C4 | 61 | 3B |
Octal | 57 | 304 | 374 | 121 | 26 | 0 | 1 | 304 | 141 | 73 |
Binary | 101111 | 11000100 | 11111100 | 1010001 | 10110 | 0 | 1 | 11000100 | 1100001 | 111011 |
Color Harmonies of #2FC4FC
Complementary color
Monochromatic Colors of #2FC4FC
Black with #2FC4FC
Text Example
Text Example
White with #2FC4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC4FC; }
p { color: rgb(47,196,252); }
H1.HeaderClassName
{
color: #2FC4FC;
}
.AnyTagClassName
{
color: #2FC4FC;
}
</style>
background-color css
<style>
a { background-color: #2FC4FC; }
a { background-color: rgb(47,196,252); }
div.DivClassName
{
background-color: #2FC4FC;
}
.BgClassName
{
background-color: #2FC4FC;
}
</style>
border-color css
<style>
span { border-color: #2FC4FC; }
span { border-color: rgb(47,196,252); }
td.TdClassName
{
border-color: #2FC4FC;
}
.TagClassName
{
border-color: #2FC4FC;
}
</style>