#2F9ED4

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

Shades of Summer Sky #2F9ED4

Tints of Summer Sky #2F9ED4

Color information

#2F9ED4 (or 0x2F9ED4) is unknown color: approx Summer Sky. HEX triplet: 2F, 9E and D4. RGB value is (47,158,212). Sum of RGB (Red+Green+Blue) = 47+158+212=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #2F9ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9ED4 is #D0612B. Grayscale: #828282. Windows color (decimal): -13656364 or 13934127. OLE color: 13934127.

HSL color Cylindrical-coordinate representation of color #2F9ED4: hue angle of 199.64º 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 #2F9ED4 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB47158212-
CMYK0.780.2500.17
HSL199.64º65.74%50.78%-
HSV(B)199.64º77.83%83.14%-
XYZ25.2829.8166.71-
YUV130.97173.7368.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.27%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 212 (83.20% from 255) = 50.84%
R=11.27%
G=37.89%
B=50.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal471582120.780.2500.17199.6465.7450.78
Hex2F9ED44E19011c84233
Octal572363241163102131010263
Binary1011111001111011010100100111011001010001110010001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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