#2F9FE0

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

Shades of Summer Sky #2F9FE0

Tints of Summer Sky #2F9FE0

Color information

#2F9FE0 (or 0x2F9FE0) is unknown color: approx Summer Sky. HEX triplet: 2F, 9F and E0. RGB value is (47,159,224). Sum of RGB (Red+Green+Blue) = 47+159+224=430 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.93% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #2F9FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9FE0 is #D0601F. Grayscale: #848484. Windows color (decimal): -13656096 or 14720815. OLE color: 14720815.

HSL color Cylindrical-coordinate representation of color #2F9FE0: hue angle of 202.03º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F9FE0 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB47159224-
CMYK0.790.2900.12
HSL202.03º74.06%53.14%-
HSV(B)202.03º79.02%87.84%-
XYZ27.0230.7875.04-
YUV132.92179.3966.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.93%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 224 (87.89% from 255) = 52.09%
R=10.93%
G=36.98%
B=52.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal471592240.790.2900.12202.0374.0653.14
Hex2F9FE04F1D0Cca4a35
Octal572373401173501431211265
Binary101111100111111110000010011111110101100110010101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,159,224); }

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

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

 a { background-color: rgb(47,159,224); }

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

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

 span { border-color: rgb(47,159,224); }

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