Html Css Color HEX #2EAFDD Summer Sky

📋 copy color: '#2EAFDD'

red 46 ◦ green 175 ◦ blue 221

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

Shades of Summer Sky #2EAFDD

Tints of Summer Sky #2EAFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.59%

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

R = 10.41%
G = 39.59%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EAFDD (or 0x2EAFDD) is known color: Summer Sky. HEX triplet: 2E, AF and DD. RGB value is (46,175,221). Sum of RGB (Red+Green+Blue) = 46+175+221=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFDD is #D15022. Grayscale: #8D8D8D. Windows color (decimal): -13717539 or 14528302. OLE color: 14528302.

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

Color convert

RGB 46 175 221 -
CMYK 0.79 0.21 0 0.13
HSL 195.77º 0.72% 0.52% -
HSV(B) 195.77º 0.79% 0.87% -
XYZ 29.51 36.46 73.89 -
YUV 141.67 172.76 59.76 -
System Red Green Blue C M Y K H S L
Decimal 46 175 221 0.79 0.21 0 0.13 195.77 0.72 0.52
Hex 2E AF DD 4F 15 0 D C4 48 34
Octal 56 257 335 117 25 0 15 304 110 64
Binary 101110 10101111 11011101 1001111 10101 0 1101 11000100 1001000 110100

Color Harmonies of #2EAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFDD

Black with #2EAFDD

Text Example


Text Example

White with #2EAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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