Html Css Color HEX #2E96DD Summer Sky

📋 copy color: '#2E96DD'

red 46 ◦ green 150 ◦ blue 221

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

Shades of Summer Sky #2E96DD

Tints of Summer Sky #2E96DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 11.03%
G = 35.97%
B = 53%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E96DD (or 0x2E96DD) is known color: Summer Sky. HEX triplet: 2E, 96 and DD. RGB value is (46,150,221). Sum of RGB (Red+Green+Blue) = 46+150+221=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E96DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E96DD is #D16922. Grayscale: #7E7E7E. Windows color (decimal): -13723939 or 14521902. OLE color: 14521902.

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

Color convert

RGB 46 150 221 -
CMYK 0.79 0.32 0 0.13
HSL 204.34º 0.72% 0.52% -
HSV(B) 204.34º 0.79% 0.87% -
XYZ 25.08 27.61 72.41 -
YUV 127 181.04 70.23 -
System Red Green Blue C M Y K H S L
Decimal 46 150 221 0.79 0.32 0 0.13 204.34 0.72 0.52
Hex 2E 96 DD 4F 20 0 D CC 48 34
Octal 56 226 335 117 40 0 15 314 110 64
Binary 101110 10010110 11011101 1001111 100000 0 1101 11001100 1001000 110100

Color Harmonies of #2E96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E96DD

Black with #2E96DD

Text Example


Text Example

White with #2E96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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