Html Css Color HEX #2EC5FC Summer Sky

📋 copy color: '#2EC5FC'

red 46 ◦ green 197 ◦ blue 252

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

Shades of Summer Sky #2EC5FC

Tints of Summer Sky #2EC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.8%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 9.29%
G = 39.8%
B = 50.91%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2EC5FC (or 0x2EC5FC) is known color: Summer Sky. HEX triplet: 2E, C5 and FC. RGB value is (46,197,252). Sum of RGB (Red+Green+Blue) = 46+197+252=495 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.29% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EC5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC5FC is #D13A03. Grayscale: #9D9D9D. Windows color (decimal): -13711876 or 16565550. OLE color: 16565550.

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

Color convert

RGB 46 197 252 -
CMYK 0.82 0.22 0 0.01
HSL 196.02º 0.97% 0.58% -
HSV(B) 196.02º 0.82% 0.99% -
XYZ 38.66 47.54 99.23 -
YUV 158.12 180.97 48.03 -
System Red Green Blue C M Y K H S L
Decimal 46 197 252 0.82 0.22 0 0.01 196.02 0.97 0.58
Hex 2E C5 FC 52 16 0 1 C4 61 3A
Octal 56 305 374 122 26 0 1 304 141 72
Binary 101110 11000101 11111100 1010010 10110 0 1 11000100 1100001 111010

Color Harmonies of #2EC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC5FC

Black with #2EC5FC

Text Example


Text Example

White with #2EC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,197,252); }

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

background-color css

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

 a { background-color: rgb(46,197,252); }

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

border-color css

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

 span { border-color: rgb(46,197,252); }

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