Html Css Color HEX #2EBAF1 Summer Sky

📋 copy color: '#2EBAF1'

red 46 ◦ green 186 ◦ blue 241

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

Shades of Summer Sky #2EBAF1

Tints of Summer Sky #2EBAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.95%

R = 9.73%
G = 39.32%
B = 50.95%

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

#2EBAF1 (or 0x2EBAF1) is known color: Summer Sky. HEX triplet: 2E, BA and F1. RGB value is (46,186,241). Sum of RGB (Red+Green+Blue) = 46+186+241=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EBAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBAF1 is #D1450E. Grayscale: #969696. Windows color (decimal): -13714703 or 15841838. OLE color: 15841838.

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

Color convert

RGB 46 186 241 -
CMYK 0.81 0.23 0 0.05
HSL 196.92º 0.87% 0.56% -
HSV(B) 196.92º 0.81% 0.95% -
XYZ 34.56 42.05 89.51 -
YUV 150.41 179.12 53.53 -
System Red Green Blue C M Y K H S L
Decimal 46 186 241 0.81 0.23 0 0.05 196.92 0.87 0.56
Hex 2E BA F1 51 17 0 5 C5 57 38
Octal 56 272 361 121 27 0 5 305 127 70
Binary 101110 10111010 11110001 1010001 10111 0 101 11000101 1010111 111000

Color Harmonies of #2EBAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBAF1

Black with #2EBAF1

Text Example


Text Example

White with #2EBAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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