Html Css Color HEX #2EB9DD Summer Sky

📋 copy color: '#2EB9DD'

red 46 ◦ green 185 ◦ blue 221

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

Shades of Summer Sky #2EB9DD

Tints of Summer Sky #2EB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

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

R = 10.18%
G = 40.93%
B = 48.89%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EB9DD (or 0x2EB9DD) is known color: Summer Sky. HEX triplet: 2E, B9 and DD. RGB value is (46,185,221). Sum of RGB (Red+Green+Blue) = 46+185+221=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EB9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB9DD is #D14622. Grayscale: #939393. Windows color (decimal): -13714979 or 14530862. OLE color: 14530862.

HSL color Cylindrical-coordinate representation of color #2EB9DD: hue angle of 192.34º 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 #2EB9DD is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 185 221 -
CMYK 0.79 0.16 0 0.13
HSL 192.34º 0.72% 0.52% -
HSV(B) 192.34º 0.79% 0.87% -
XYZ 31.53 40.5 74.56 -
YUV 147.54 169.45 55.57 -
System Red Green Blue C M Y K H S L
Decimal 46 185 221 0.79 0.16 0 0.13 192.34 0.72 0.52
Hex 2E B9 DD 4F 10 0 D C0 48 34
Octal 56 271 335 117 20 0 15 300 110 64
Binary 101110 10111001 11011101 1001111 10000 0 1101 11000000 1001000 110100

Color Harmonies of #2EB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB9DD

Black with #2EB9DD

Text Example


Text Example

White with #2EB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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