#2FC4FF

Color #2FC4FF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2FC4FF

Tints of Summer Sky #2FC4FF

Color information

#2FC4FF (or 0x2FC4FF) is unknown color: approx Summer Sky. HEX triplet: 2F, C4 and FF. RGB value is (47,196,255). Sum of RGB (Red+Green+Blue) = 47+196+255=498 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.44% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FC4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC4FF is #D03B00. Grayscale: #9D9D9D. Windows color (decimal): -13646593 or 16761903. OLE color: 16761903.

HSL color Cylindrical-coordinate representation of color #2FC4FF: hue angle of 197.02º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FC4FF is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB47196255-
CMYK0.820.2300
HSL197.02º100%59.22%-
HSV(B)197.02º81.57%100%-
XYZ38.9647.3101.68-
YUV158.17182.6448.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 9.44%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 255 (100% from 255) = 51.20%
R=9.44%
G=39.36%
B=51.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal471962550.820.2300197.0210059.22
Hex2FC4FF521700c5643b
Octal57304377122270030514473
Binary101111110001001111111110100101011100110001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FC4FF; }

 p { color: rgb(47,196,255); }

 H1.HeaderClassName
 {
   color: #2FC4FF;
 }
 .AnyTagClassName
 {
   color: #2FC4FF;
 }
</style>
background-color css

<style>
 a { background-color: #2FC4FF; }

 a { background-color: rgb(47,196,255); }

 div.DivClassName
 {
   background-color: #2FC4FF;
 }
 .BgClassName
 {
   background-color: #2FC4FF;
 }
</style>
border-color css

<style>
 span { border-color: #2FC4FF; }

 span { border-color: rgb(47,196,255); }

 td.TdClassName
 {
   border-color: #2FC4FF;
 }
 .TagClassName
 {
   border-color: #2FC4FF;
 }
</style>