Html Css Color HEX #2EABDF Summer Sky

📋 copy color: '#2EABDF'

red 46 ◦ green 171 ◦ blue 223

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

Shades of Summer Sky #2EABDF

Tints of Summer Sky #2EABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 10.45%
G = 38.86%
B = 50.68%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EABDF (or 0x2EABDF) is known color: Summer Sky. HEX triplet: 2E, AB and DF. RGB value is (46,171,223). Sum of RGB (Red+Green+Blue) = 46+171+223=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABDF is #D15420. Grayscale: #8B8B8B. Windows color (decimal): -13718561 or 14658350. OLE color: 14658350.

HSL color Cylindrical-coordinate representation of color #2EABDF: hue angle of 197.63º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EABDF is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 171 223 -
CMYK 0.79 0.23 0 0.13
HSL 197.63º 0.73% 0.53% -
HSV(B) 197.63º 0.79% 0.87% -
XYZ 29.01 35.03 75.05 -
YUV 139.55 175.09 61.27 -
System Red Green Blue C M Y K H S L
Decimal 46 171 223 0.79 0.23 0 0.13 197.63 0.73 0.53
Hex 2E AB DF 4F 17 0 D C6 49 35
Octal 56 253 337 117 27 0 15 306 111 65
Binary 101110 10101011 11011111 1001111 10111 0 1101 11000110 1001001 110101

Color Harmonies of #2EABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABDF

Black with #2EABDF

Text Example


Text Example

White with #2EABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,223); }

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

background-color css

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

 a { background-color: rgb(46,171,223); }

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

border-color css

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

 span { border-color: rgb(46,171,223); }

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