#2F9DEC

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

Shades of Summer Sky #2F9DEC

Tints of Summer Sky #2F9DEC

Color information

#2F9DEC (or 0x2F9DEC) is unknown color: approx Summer Sky. HEX triplet: 2F, 9D and EC. RGB value is (47,157,236). Sum of RGB (Red+Green+Blue) = 47+157+236=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F9DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9DEC is #D06213. Grayscale: #848484. Windows color (decimal): -13656596 or 15506735. OLE color: 15506735.

HSL color Cylindrical-coordinate representation of color #2F9DEC: hue angle of 205.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F9DEC is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB47157236-
CMYK0.800.3300.07
HSL205.08º83.26%55.49%-
HSV(B)205.08º80.08%92.55%-
XYZ28.3730.7783.8-
YUV133.12186.0666.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.68%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 236 (92.58% from 255) = 53.64%
R=10.68%
G=35.68%
B=53.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal471572360.800.3300.07205.0883.2655.49
Hex2F9DEC502107cd5337
Octal57235354120410731512367
Binary101111100111011110110010100001000010111110011011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,157,236); }

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

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

 a { background-color: rgb(47,157,236); }

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

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

 span { border-color: rgb(47,157,236); }

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