Html Css Color HEX #2EBEFD Summer Sky

📋 copy color: '#2EBEFD'

red 46 ◦ green 190 ◦ blue 253

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

Shades of Summer Sky #2EBEFD

Tints of Summer Sky #2EBEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.85%

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

R = 9.41%
G = 38.85%
B = 51.74%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2EBEFD (or 0x2EBEFD) is known color: Summer Sky. HEX triplet: 2E, BE and FD. RGB value is (46,190,253). Sum of RGB (Red+Green+Blue) = 46+190+253=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EBEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEFD is #D14102. Grayscale: #999999. Windows color (decimal): -13713667 or 16629294. OLE color: 16629294.

HSL color Cylindrical-coordinate representation of color #2EBEFD: hue angle of 198.26º 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 #2EBEFD is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 190 253 -
CMYK 0.82 0.25 0 0.01
HSL 198.26º 0.98% 0.59% -
HSV(B) 198.26º 0.82% 0.99% -
XYZ 37.27 44.5 99.55 -
YUV 154.13 183.79 50.88 -
System Red Green Blue C M Y K H S L
Decimal 46 190 253 0.82 0.25 0 0.01 198.26 0.98 0.59
Hex 2E BE FD 52 19 0 1 C6 62 3B
Octal 56 276 375 122 31 0 1 306 142 73
Binary 101110 10111110 11111101 1010010 11001 0 1 11000110 1100010 111011

Color Harmonies of #2EBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEFD

Black with #2EBEFD

Text Example


Text Example

White with #2EBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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