Html Css Color HEX #2EABDD Summer Sky

📋 copy color: '#2EABDD'

red 46 ◦ green 171 ◦ blue 221

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

Shades of Summer Sky #2EABDD

Tints of Summer Sky #2EABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 10.5%
G = 39.04%
B = 50.46%

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

#2EABDD (or 0x2EABDD) is known color: Summer Sky. HEX triplet: 2E, AB and DD. RGB value is (46,171,221). Sum of RGB (Red+Green+Blue) = 46+171+221=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABDD is #D15422. Grayscale: #8B8B8B. Windows color (decimal): -13718563 or 14527278. OLE color: 14527278.

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

Color convert

RGB 46 171 221 -
CMYK 0.79 0.23 0 0.13
HSL 197.14º 0.72% 0.52% -
HSV(B) 197.14º 0.79% 0.87% -
XYZ 28.74 34.93 73.63 -
YUV 139.33 174.09 61.43 -
System Red Green Blue C M Y K H S L
Decimal 46 171 221 0.79 0.23 0 0.13 197.14 0.72 0.52
Hex 2E AB DD 4F 17 0 D C5 48 34
Octal 56 253 335 117 27 0 15 305 110 64
Binary 101110 10101011 11011101 1001111 10111 0 1101 11000101 1001000 110100

Color Harmonies of #2EABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABDD

Black with #2EABDD

Text Example


Text Example

White with #2EABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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