#2FB0F7

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

Shades of Summer Sky #2FB0F7

Tints of Summer Sky #2FB0F7

Color information

#2FB0F7 (or 0x2FB0F7) is unknown color: approx Summer Sky. HEX triplet: 2F, B0 and F7. RGB value is (47,176,247). Sum of RGB (Red+Green+Blue) = 47+176+247=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #2FB0F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FB0F7 is #D04F08. Grayscale: #919191. Windows color (decimal): -13651721 or 16232495. OLE color: 16232495.

HSL color Cylindrical-coordinate representation of color #2FB0F7: hue angle of 201.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FB0F7 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB47176247-
CMYK0.810.2900.03
HSL201.3º92.59%57.65%-
HSV(B)201.3º80.97%96.86%-
XYZ33.4938.3793.64-
YUV145.52185.2657.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 247 (96.88% from 255) = 52.55%
R=10%
G=37.45%
B=52.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal471762470.810.2900.03201.392.5957.65
Hex2FB0F7511D03c95d3a
Octal57260367121350331113572
Binary1011111011000011110111101000111101011110010011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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