#2F9CD4

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

Shades of Summer Sky #2F9CD4

Tints of Summer Sky #2F9CD4

Color information

#2F9CD4 (or 0x2F9CD4) is unknown color: approx Summer Sky. HEX triplet: 2F, 9C and D4. RGB value is (47,156,212). Sum of RGB (Red+Green+Blue) = 47+156+212=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #2F9CD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9CD4 is #D0632B. Grayscale: #818181. Windows color (decimal): -13656876 or 13933615. OLE color: 13933615.

HSL color Cylindrical-coordinate representation of color #2F9CD4: hue angle of 200.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F9CD4 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB47156212-
CMYK0.780.2600.17
HSL200.36º65.74%50.78%-
HSV(B)200.36º77.83%83.14%-
XYZ24.9429.1366.6-
YUV129.79174.3968.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.33%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 212 (83.20% from 255) = 51.08%
R=11.33%
G=37.59%
B=51.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal471562120.780.2600.17200.3665.7450.78
Hex2F9CD44E1A011c84233
Octal572343241163202131010263
Binary1011111001110011010100100111011010010001110010001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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