Html Css Color HEX #2EC7FB Summer Sky

📋 copy color: '#2EC7FB'

red 46 ◦ green 199 ◦ blue 251

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

Shades of Summer Sky #2EC7FB

Tints of Summer Sky #2EC7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.12%

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

R = 9.27%
G = 40.12%
B = 50.6%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2EC7FB (or 0x2EC7FB) is known color: Summer Sky. HEX triplet: 2E, C7 and FB. RGB value is (46,199,251). Sum of RGB (Red+Green+Blue) = 46+199+251=496 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.27% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EC7FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC7FB is #D13804. Grayscale: #9E9E9E. Windows color (decimal): -13711365 or 16500526. OLE color: 16500526.

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

Color convert

RGB 46 199 251 -
CMYK 0.82 0.21 0 0.02
HSL 195.22º 0.96% 0.58% -
HSV(B) 195.22º 0.82% 0.98% -
XYZ 38.96 48.39 98.55 -
YUV 159.18 179.81 47.27 -
System Red Green Blue C M Y K H S L
Decimal 46 199 251 0.82 0.21 0 0.02 195.22 0.96 0.58
Hex 2E C7 FB 52 15 0 2 C3 60 3A
Octal 56 307 373 122 25 0 2 303 140 72
Binary 101110 11000111 11111011 1010010 10101 0 10 11000011 1100000 111010

Color Harmonies of #2EC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC7FB

Black with #2EC7FB

Text Example


Text Example

White with #2EC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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