#2ebdfb

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

Shades of Summer Sky #2EBDFB

Tints of Summer Sky #2EBDFB

Color information

#2EBDFB (or 0x2EBDFB) is unknown color: approx Summer Sky. HEX triplet: 2E, BD and FB. RGB value is (46,189,251). Sum of RGB (Red+Green+Blue) = 46+189+251=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EBDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBDFB is #D14204. Grayscale: #989898. Windows color (decimal): -13713925 or 16497966. OLE color: 16497966.

HSL color Cylindrical-coordinate representation of color #2EBDFB: hue angle of 198.15º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EBDFB is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46189251-
CMYK0.820.2500.02
HSL198.15º96.24%58.24%-
HSV(B)198.15º81.67%98.43%-
XYZ36.7443.9497.81-
YUV153.31183.1251.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.47%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 251 (98.44% from 255) = 51.65%
R=9.47%
G=38.89%
B=51.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal461892510.820.2500.02198.1596.2458.24
Hex2EBDFB521902c6603a
Octal56275373122310230614072
Binary1011101011110111111011101001011001010110001101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ebdfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,251); }

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

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

 a { background-color: rgb(46,189,251); }

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

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

 span { border-color: rgb(46,189,251); }

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