Html Css Color HEX #2E9CCF Summer Sky

📋 copy color: '#2E9CCF'

red 46 ◦ green 156 ◦ blue 207

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

Shades of Summer Sky #2E9CCF

Tints of Summer Sky #2E9CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 11.25%
G = 38.14%
B = 50.61%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E9CCF (or 0x2E9CCF) is known color: Summer Sky. HEX triplet: 2E, 9C and CF. RGB value is (46,156,207). Sum of RGB (Red+Green+Blue) = 46+156+207=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E9CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CCF is #D16330. Grayscale: #808080. Windows color (decimal): -13722417 or 13605934. OLE color: 13605934.

HSL color Cylindrical-coordinate representation of color #2E9CCF: hue angle of 199.01º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E9CCF is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 156 207 -
CMYK 0.78 0.25 0 0.19
HSL 199.01º 0.64% 0.5% -
HSV(B) 199.01º 0.78% 0.81% -
XYZ 24.28 28.86 63.32 -
YUV 128.92 172.06 68.85 -
System Red Green Blue C M Y K H S L
Decimal 46 156 207 0.78 0.25 0 0.19 199.01 0.64 0.5
Hex 2E 9C CF 4E 19 0 13 C7 40 32
Octal 56 234 317 116 31 0 23 307 100 62
Binary 101110 10011100 11001111 1001110 11001 0 10011 11000111 1000000 110010

Color Harmonies of #2E9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9CCF

Black with #2E9CCF

Text Example


Text Example

White with #2E9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,156,207); }

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

background-color css

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

 a { background-color: rgb(46,156,207); }

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

border-color css

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

 span { border-color: rgb(46,156,207); }

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