Html Css Color HEX #2EBAFD Summer Sky

📋 copy color: '#2EBAFD'

red 46 ◦ green 186 ◦ blue 253

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

Shades of Summer Sky #2EBAFD

Tints of Summer Sky #2EBAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 9.48%
G = 38.35%
B = 52.16%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2EBAFD (or 0x2EBAFD) is known color: Summer Sky. HEX triplet: 2E, BA and FD. RGB value is (46,186,253). Sum of RGB (Red+Green+Blue) = 46+186+253=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EBAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBAFD is #D14502. Grayscale: #979797. Windows color (decimal): -13714691 or 16628270. OLE color: 16628270.

HSL color Cylindrical-coordinate representation of color #2EBAFD: hue angle of 199.42º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EBAFD is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 186 253 -
CMYK 0.82 0.26 0 0.01
HSL 199.42º 0.98% 0.59% -
HSV(B) 199.42º 0.82% 0.99% -
XYZ 36.42 42.79 99.27 -
YUV 151.78 185.12 52.55 -
System Red Green Blue C M Y K H S L
Decimal 46 186 253 0.82 0.26 0 0.01 199.42 0.98 0.59
Hex 2E BA FD 52 1A 0 1 C7 62 3B
Octal 56 272 375 122 32 0 1 307 142 73
Binary 101110 10111010 11111101 1010010 11010 0 1 11000111 1100010 111011

Color Harmonies of #2EBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBAFD

Black with #2EBAFD

Text Example


Text Example

White with #2EBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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