Html Css Color HEX #2E9FCD Summer Sky

📋 copy color: '#2E9FCD'

red 46 ◦ green 159 ◦ blue 205

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

Shades of Summer Sky #2E9FCD

Tints of Summer Sky #2E9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.78%

 BLUE value IS 205 (80.47% from 255) = 50%

R = 11.22%
G = 38.78%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E9FCD (or 0x2E9FCD) is known color: Summer Sky. HEX triplet: 2E, 9F and CD. RGB value is (46,159,205). Sum of RGB (Red+Green+Blue) = 46+159+205=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E9FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9FCD is #D16032. Grayscale: #828282. Windows color (decimal): -13721651 or 13475630. OLE color: 13475630.

HSL color Cylindrical-coordinate representation of color #2E9FCD: hue angle of 197.36º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E9FCD is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 159 205 -
CMYK 0.78 0.22 0 0.20
HSL 197.36º 0.63% 0.49% -
HSV(B) 197.36º 0.78% 0.8% -
XYZ 24.54 29.78 62.21 -
YUV 130.46 170.06 67.76 -
System Red Green Blue C M Y K H S L
Decimal 46 159 205 0.78 0.22 0 0.20 197.36 0.63 0.49
Hex 2E 9F CD 4E 16 0 14 C5 3F 31
Octal 56 237 315 116 26 0 24 305 77 61
Binary 101110 10011111 11001101 1001110 10110 0 10100 11000101 111111 110001

Color Harmonies of #2E9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9FCD

Black with #2E9FCD

Text Example


Text Example

White with #2E9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,159,205); }

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

background-color css

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

 a { background-color: rgb(46,159,205); }

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

border-color css

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

 span { border-color: rgb(46,159,205); }

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