Html Css Color HEX #2E9FEC Summer Sky

📋 copy color: '#2E9FEC'

red 46 ◦ green 159 ◦ blue 236

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

Shades of Summer Sky #2E9FEC

Tints of Summer Sky #2E9FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.05%

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 10.43%
G = 36.05%
B = 53.51%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E9FEC (or 0x2E9FEC) is known color: Summer Sky. HEX triplet: 2E, 9F and EC. RGB value is (46,159,236). Sum of RGB (Red+Green+Blue) = 46+159+236=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E9FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9FEC is #D16013. Grayscale: #858585. Windows color (decimal): -13721620 or 15507246. OLE color: 15507246.

HSL color Cylindrical-coordinate representation of color #2E9FEC: hue angle of 204.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E9FEC is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 159 236 -
CMYK 0.81 0.33 0 0.07
HSL 204.32º 0.83% 0.55% -
HSV(B) 204.32º 0.81% 0.93% -
XYZ 28.67 31.43 83.91 -
YUV 133.99 185.56 65.24 -
System Red Green Blue C M Y K H S L
Decimal 46 159 236 0.81 0.33 0 0.07 204.32 0.83 0.55
Hex 2E 9F EC 51 21 0 7 CC 53 37
Octal 56 237 354 121 41 0 7 314 123 67
Binary 101110 10011111 11101100 1010001 100001 0 111 11001100 1010011 110111

Color Harmonies of #2E9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9FEC

Black with #2E9FEC

Text Example


Text Example

White with #2E9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,159,236); }

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

background-color css

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

 a { background-color: rgb(46,159,236); }

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

border-color css

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

 span { border-color: rgb(46,159,236); }

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