#2F9CE4

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

Shades of Summer Sky #2F9CE4

Tints of Summer Sky #2F9CE4

Color information

#2F9CE4 (or 0x2F9CE4) is unknown color: approx Summer Sky. HEX triplet: 2F, 9C and E4. RGB value is (47,156,228). Sum of RGB (Red+Green+Blue) = 47+156+228=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #2F9CE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9CE4 is #D0631B. Grayscale: #838383. Windows color (decimal): -13656860 or 14982191. OLE color: 14982191.

HSL color Cylindrical-coordinate representation of color #2F9CE4: hue angle of 203.87º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F9CE4 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB47156228-
CMYK0.790.3200.11
HSL203.87º77.02%53.92%-
HSV(B)203.87º79.39%89.41%-
XYZ27.0629.9877.76-
YUV131.62182.3967.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.90%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 228 (89.45% from 255) = 52.90%
R=10.90%
G=36.19%
B=52.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal471562280.790.3200.11203.8777.0253.92
Hex2F9CE44F200Bcc4d36
Octal572343441174001331411566
Binary1011111001110011100100100111110000001011110011001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,156,228); }

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

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

 a { background-color: rgb(47,156,228); }

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

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

 span { border-color: rgb(47,156,228); }

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