Html Css Color HEX #2EBAF3 Summer Sky

📋 copy color: '#2EBAF3'

red 46 ◦ green 186 ◦ blue 243

#2EBAF3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2EBAF3

Tints of Summer Sky #2EBAF3

RGB

 RED value IS 46 (18.36% from 255) = 9.68%

 GREEN value IS 186 (73.05% from 255) = 39.16%

 BLUE value IS 243 (95.31% from 255) = 51.16%

R = 9.68%
G = 39.16%
B = 51.16%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EBAF3 (or 0x2EBAF3) is known color: Summer Sky. HEX triplet: 2E, BA and F3. RGB value is (46,186,243). Sum of RGB (Red+Green+Blue) = 46+186+243=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #2EBAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBAF3 is #D1450C. Grayscale: #969696. Windows color (decimal): -13714701 or 15972910. OLE color: 15972910.

HSL color Cylindrical-coordinate representation of color #2EBAF3: hue angle of 197.36º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBAF3 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 186 243 -
CMYK 0.81 0.23 0 0.05
HSL 197.36º 0.89% 0.57% -
HSV(B) 197.36º 0.81% 0.95% -
XYZ 34.86 42.17 91.1 -
YUV 150.64 180.12 53.37 -
System Red Green Blue C M Y K H S L
Decimal 46 186 243 0.81 0.23 0 0.05 197.36 0.89 0.57
Hex 2E BA F3 51 17 0 5 C5 59 39
Octal 56 272 363 121 27 0 5 305 131 71
Binary 101110 10111010 11110011 1010001 10111 0 101 11000101 1011001 111001

Color Harmonies of #2EBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBAF3

Black with #2EBAF3

Text Example


Text Example

White with #2EBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,243); }

 H1.HeaderClassName
 {
   color: #2EBAF3;
 }
 .AnyTagClassName
 {
   color: #2EBAF3;
 }
</style>

background-color css

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

 a { background-color: rgb(46,186,243); }

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

border-color css

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

 span { border-color: rgb(46,186,243); }

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