Html Css Color HEX #2EBCFC Summer Sky

📋 copy color: '#2EBCFC'

red 46 ◦ green 188 ◦ blue 252

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

Shades of Summer Sky #2EBCFC

Tints of Summer Sky #2EBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.68%

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

R = 9.47%
G = 38.68%
B = 51.85%

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

#2EBCFC (or 0x2EBCFC) is known color: Summer Sky. HEX triplet: 2E, BC and FC. RGB value is (46,188,252). Sum of RGB (Red+Green+Blue) = 46+188+252=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBCFC is #D14303. Grayscale: #989898. Windows color (decimal): -13714180 or 16563246. OLE color: 16563246.

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

Color convert

RGB 46 188 252 -
CMYK 0.82 0.25 0 0.01
HSL 198.64º 0.97% 0.58% -
HSV(B) 198.64º 0.82% 0.99% -
XYZ 36.68 43.58 98.57 -
YUV 152.84 183.96 51.8 -
System Red Green Blue C M Y K H S L
Decimal 46 188 252 0.82 0.25 0 0.01 198.64 0.97 0.58
Hex 2E BC FC 52 19 0 1 C7 61 3A
Octal 56 274 374 122 31 0 1 307 141 72
Binary 101110 10111100 11111100 1010010 11001 0 1 11000111 1100001 111010

Color Harmonies of #2EBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCFC

Black with #2EBCFC

Text Example


Text Example

White with #2EBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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