#2EB7F8

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

Shades of Summer Sky #2EB7F8

Tints of Summer Sky #2EB7F8

Color information

#2EB7F8 (or 0x2EB7F8) is unknown color: approx Summer Sky. HEX triplet: 2E, B7 and F8. RGB value is (46,183,248). Sum of RGB (Red+Green+Blue) = 46+183+248=477 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.64% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #2EB7F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EB7F8 is #D14807. Grayscale: #959595. Windows color (decimal): -13715464 or 16299822. OLE color: 16299822.

HSL color Cylindrical-coordinate representation of color #2EB7F8: hue angle of 199.31º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EB7F8 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB46183248-
CMYK0.810.2600.03
HSL199.31º93.52%57.65%-
HSV(B)199.31º81.45%97.25%-
XYZ3541.2394.92-
YUV149.45183.6154.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.64%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 248 (97.27% from 255) = 51.99%
R=9.64%
G=38.36%
B=51.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal461832480.810.2600.03199.3193.5257.65
Hex2EB7F8511A03c75e3a
Octal56267370121320330713672
Binary1011101011011111111000101000111010011110001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,183,248); }

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

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

 a { background-color: rgb(46,183,248); }

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

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

 span { border-color: rgb(46,183,248); }

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