Html Css Color HEX #2EC4FB Summer Sky

📋 copy color: '#2EC4FB'

red 46 ◦ green 196 ◦ blue 251

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

Shades of Summer Sky #2EC4FB

Tints of Summer Sky #2EC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.76%

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 9.33%
G = 39.76%
B = 50.91%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2EC4FB (or 0x2EC4FB) is known color: Summer Sky. HEX triplet: 2E, C4 and FB. RGB value is (46,196,251). Sum of RGB (Red+Green+Blue) = 46+196+251=493 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.33% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EC4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC4FB is #D13B04. Grayscale: #9D9D9D. Windows color (decimal): -13712133 or 16499758. OLE color: 16499758.

HSL color Cylindrical-coordinate representation of color #2EC4FB: hue angle of 196.1º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC4FB is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 196 251 -
CMYK 0.82 0.22 0 0.02
HSL 196.1º 0.96% 0.58% -
HSV(B) 196.1º 0.82% 0.98% -
XYZ 38.28 47.03 98.33 -
YUV 157.42 180.81 48.53 -
System Red Green Blue C M Y K H S L
Decimal 46 196 251 0.82 0.22 0 0.02 196.1 0.96 0.58
Hex 2E C4 FB 52 16 0 2 C4 60 3A
Octal 56 304 373 122 26 0 2 304 140 72
Binary 101110 11000100 11111011 1010010 10110 0 10 11000100 1100000 111010

Color Harmonies of #2EC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC4FB

Black with #2EC4FB

Text Example


Text Example

White with #2EC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,196,251); }

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

background-color css

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

 a { background-color: rgb(46,196,251); }

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

border-color css

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

 span { border-color: rgb(46,196,251); }

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