#100EEC

Color #100EEC Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #100EEC

Tints of Blue #100EEC

Color information

#100EEC (or 0x100EEC) is unknown color: approx Blue. HEX triplet: 10, 0E and EC. RGB value is (16,14,236). Sum of RGB (Red+Green+Blue) = 16+14+236=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 236 (92.58% from 255 or 88.72% from 266); Max value from RGB is 236 - color contains mainly: blue. Hex color #100EEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100EEC is #EFF113. Grayscale: #272727. Windows color (decimal): -15724820 or 15470096. OLE color: 15470096.

HSL color Cylindrical-coordinate representation of color #100EEC: hue angle of 240.54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100EEC is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1614236-
CMYK0.930.9400.07
HSL240.54º88.8%49.02%-
HSV(B)240.54º94.07%92.55%-
XYZ15.516.4879.79-
YUV39.91238.66110.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.02%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 236 (92.58% from 255) = 88.72%
R=6.02%
G=5.26%
B=88.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal16142360.930.9400.07240.5488.849.02
Hex10EEC5D5E07f15931
Octal20163541351360736113161
Binary10000111011101100101110110111100111111100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100EEC; }

 p { color: rgb(16,14,236); }

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

<style>
 a { background-color: #100EEC; }

 a { background-color: rgb(16,14,236); }

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

<style>
 span { border-color: #100EEC; }

 span { border-color: rgb(16,14,236); }

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