Html Css Color HEX #2EB3DD Summer Sky

📋 copy color: '#2EB3DD'

red 46 ◦ green 179 ◦ blue 221

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

Shades of Summer Sky #2EB3DD

Tints of Summer Sky #2EB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 10.31%
G = 40.13%
B = 49.55%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EB3DD (or 0x2EB3DD) is known color: Summer Sky. HEX triplet: 2E, B3 and DD. RGB value is (46,179,221). Sum of RGB (Red+Green+Blue) = 46+179+221=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EB3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB3DD is #D14C22. Grayscale: #8F8F8F. Windows color (decimal): -13716515 or 14529326. OLE color: 14529326.

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

Color convert

RGB 46 179 221 -
CMYK 0.79 0.19 0 0.13
HSL 194.4º 0.72% 0.52% -
HSV(B) 194.4º 0.79% 0.87% -
XYZ 30.3 38.04 74.15 -
YUV 144.02 171.44 58.08 -
System Red Green Blue C M Y K H S L
Decimal 46 179 221 0.79 0.19 0 0.13 194.4 0.72 0.52
Hex 2E B3 DD 4F 13 0 D C2 48 34
Octal 56 263 335 117 23 0 15 302 110 64
Binary 101110 10110011 11011101 1001111 10011 0 1101 11000010 1001000 110100

Color Harmonies of #2EB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB3DD

Black with #2EB3DD

Text Example


Text Example

White with #2EB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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