#2e9cc8

Color #2E9CC8 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2E9CC8

Tints of Pelorous #2E9CC8

Color information

#2E9CC8 (or 0x2E9CC8) is unknown color: approx Pelorous. HEX triplet: 2E, 9C and C8. RGB value is (46,156,200). Sum of RGB (Red+Green+Blue) = 46+156+200=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #2E9CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CC8 is #D16337. Grayscale: #7F7F7F. Windows color (decimal): -13722424 or 13147182. OLE color: 13147182.

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

Color convert

RGB46156200-
CMYK0.770.2200.22
HSL197.14º62.6%48.24%-
HSV(B)197.14º77%78.43%-
XYZ23.4428.5358.91-
YUV128.13168.5669.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.44%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 200 (78.52% from 255) = 49.75%
R=11.44%
G=38.81%
B=49.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461562000.770.2200.22197.1462.648.24
Hex2E9CC84D16016c53f30
Octal56234310115260263057760
Binary101110100111001100100010011011011001011011000101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e9cc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2e9cc8;
 }
 .AnyTagClassName
 {
   color: #2e9cc8;
 }
</style>
background-color css

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

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

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

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

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

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