#2FB0FC

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

Shades of Summer Sky #2FB0FC

Tints of Summer Sky #2FB0FC

Color information

#2FB0FC (or 0x2FB0FC) is unknown color: approx Summer Sky. HEX triplet: 2F, B0 and FC. RGB value is (47,176,252). Sum of RGB (Red+Green+Blue) = 47+176+252=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FB0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FB0FC is #D04F03. Grayscale: #919191. Windows color (decimal): -13651716 or 16560175. OLE color: 16560175.

HSL color Cylindrical-coordinate representation of color #2FB0FC: hue angle of 202.24º 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 #2FB0FC is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB47176252-
CMYK0.810.3000.01
HSL202.24º97.16%58.63%-
HSV(B)202.24º81.35%98.82%-
XYZ34.2738.6897.76-
YUV146.09187.7657.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.89%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 252 (98.83% from 255) = 53.05%
R=9.89%
G=37.05%
B=53.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal471762520.810.3000.01202.2497.1658.63
Hex2FB0FC511E01ca613b
Octal57260374121360131214173
Binary101111101100001111110010100011111001110010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,176,252); }

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

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

 a { background-color: rgb(47,176,252); }

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

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

 span { border-color: rgb(47,176,252); }

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