Html Css Color HEX #100ACC Medium Blue

📋 copy color: '#100ACC'

red 16 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #100ACC

Tints of Medium Blue #100ACC

RGB

 RED value IS 16 (6.64% from 255) = 6.96%

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 204 (80.08% from 255) = 88.7%

R = 6.96%
G = 4.35%
B = 88.7%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#100ACC (or 0x100ACC) is known color: Medium Blue. HEX triplet: 10, 0A and CC. RGB value is (16,10,204). Sum of RGB (Red+Green+Blue) = 16+10+204=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 204 (80.08% from 255 or 88.70% from 230); Max value from RGB is 204 - color contains mainly: blue. Hex color #100ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ACC is #EFF533. Grayscale: #212121. Windows color (decimal): -15725876 or 13371920. OLE color: 13371920.

HSL color Cylindrical-coordinate representation of color #100ACC: hue angle of 241.86º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100ACC is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 10 204 -
CMYK 0.92 0.95 0 0.2
HSL 241.86º 0.91% 0.42% -
HSV(B) 241.86º 0.95% 0.8% -
XYZ 11.22 4.69 57.44 -
YUV 33.91 223.99 115.23 -
System Red Green Blue C M Y K H S L
Decimal 16 10 204 0.92 0.95 0 0.2 241.86 0.91 0.42
Hex 10 A CC 5C 5F 0 14 F2 5B 2A
Octal 20 12 314 134 137 0 24 362 133 52
Binary 10000 1010 11001100 1011100 1011111 0 10100 11110010 1011011 101010

Color Harmonies of #100ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100ACC

Black with #100ACC

Text Example


Text Example

White with #100ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,10,204); }

 H1.HeaderClassName
 {
   color: #100ACC;
 }
 .AnyTagClassName
 {
   color: #100ACC;
 }
</style>

background-color css

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

 a { background-color: rgb(16,10,204); }

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

border-color css

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

 span { border-color: rgb(16,10,204); }

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